Color Hex Logo

#f068ca Color Hex

#F068CA
(240,104,202)
0 Favorites   0 Comments

Color spaces of #f068ca

RGB 240104202
HSL0.880.820.67
HSV317°57°94°
CMYK 0.000.570.16   0.06
XYZ51.546232.690259.4702
Yxy32.69020.35870.2275
Hunter Lab57.175360.8691-21.6470
CIE-Lab63.909363.3092-25.7098

#f068ca color RGB value is (240,104,202).

#f068ca hex color red value is 240, green value is 104 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f068ca hue: 0.88 , saturation: 0.82 and the lightness value of f068ca is 0.67.

The process color (four color CMYK) of #f068ca color hex is 0.00, 0.57, 0.16, 0.06. Web safe color of #f068ca is #ff66cc. Color #f068ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01101000 11001010
Octal 360 150 312
Decimal 240 104 202
Hex F0 68 CA

RGB Percentages of Color #f068ca

%43.96
%19.05
%37.00

CMYK Percentages of Color #f068ca

%0
%57
%16
%6

Triadic Colors of #f068ca

#f068ca #caf068 #68caf0

Analogous Colors of #f068ca

#f068ca #f06886 #d268f0

Monochromatic Colors of #f068ca

#f068ca

Complementary Color

#f068ca #68f08e

#f068ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f068ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f068ca Color CSS Codes

.mybgcolor {background-color:#f068ca; } 
.myforecolor {color:#f068ca; }
.mybordercolor {border:3px solid #f068ca; }

#f068ca Text Font Color

<p style="color:#f068ca">Text here</p>

This sample text font color is #f068ca
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f068ca Background Color

<div style="background-color:#f068ca">
Div content here</div>

This div background color is #f068ca


#f068ca Border Color

<div style="border:3px solid #f068ca">
Div here</div>

This div border color is #f068ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,104,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f068ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f068ca;
  -webkit-box-shadow: 1px 1px 3px 2px #f068ca;
  box-shadow:         1px 1px 3px 2px #f068ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,104,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f068ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f068ca;
  -webkit-box-shadow: 1px 1px 3px 2px #f068ca;
  box-shadow:         1px 1px 3px 2px #f068ca;">
Div content here</div>

This div box has shadow with color #f068ca


Comments

No comments written yet.

Please login to write comment.