Color Hex Logo

#cf687a Color Hex

#CF687A
(207,104,122)
0 Favorites   0 Comments

Color spaces of #cf687a

RGB 207104122
HSL0.970.520.61
HSV350°50°81°
CMYK 0.000.500.41   0.19
XYZ34.195324.571221.3528
Yxy24.57120.42680.3067
Hunter Lab49.569336.39159.1584
CIE-Lab56.655242.44549.0706

#cf687a color RGB value is (207,104,122).

#cf687a hex color red value is 207, green value is 104 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #cf687a hue: 0.97 , saturation: 0.52 and the lightness value of cf687a is 0.61.

The process color (four color CMYK) of #cf687a color hex is 0.00, 0.50, 0.41, 0.19. Web safe color of #cf687a is #cc6666. Color #cf687a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01101000 01111010
Octal 317 150 172
Decimal 207 104 122
Hex CF 68 7A

RGB Percentages of Color #cf687a

%47.81
%24.02
%28.18

CMYK Percentages of Color #cf687a

%0
%50
%41
%19

Triadic Colors of #cf687a

#cf687a #7acf68 #687acf

Analogous Colors of #cf687a

#cf687a #cf8a68 #cf68ae

Monochromatic Colors of #cf687a

#cf687a

Complementary Color

#cf687a #68cfbd

#cf687a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf687a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf687a Color CSS Codes

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

#cf687a Text Font Color

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

This sample text font color is #cf687a
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.


#cf687a Background Color

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

This div background color is #cf687a


#cf687a Border Color

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

This div border color is #cf687a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf687a


Comments

No comments written yet.

Please login to write comment.