Color Hex Logo

#cf879f Color Hex

#CF879F
(207,135,159)
0 Favorites   0 Comments

Color spaces of #cf879f

RGB 207135159
HSL0.940.430.67
HSV340°35°81°
CMYK 0.000.350.23   0.19
XYZ40.654133.096537.0465
Yxy33.09650.36690.2987
Hunter Lab57.529625.46292.0905
CIE-Lab64.239030.8681-1.2806

#cf879f color RGB value is (207,135,159).

#cf879f hex color red value is 207, green value is 135 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #cf879f hue: 0.94 , saturation: 0.43 and the lightness value of cf879f is 0.67.

The process color (four color CMYK) of #cf879f color hex is 0.00, 0.35, 0.23, 0.19. Web safe color of #cf879f is #cc9999. Color #cf879f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10000111 10011111
Octal 317 207 237
Decimal 207 135 159
Hex CF 87 9F

RGB Percentages of Color #cf879f

%41.32
%26.95
%31.74

CMYK Percentages of Color #cf879f

%0
%35
%23
%19

Triadic Colors of #cf879f

#cf879f #9fcf87 #879fcf

Analogous Colors of #cf879f

#cf879f #cf9387 #cf87c3

Monochromatic Colors of #cf879f

#cf879f

Complementary Color

#cf879f #87cfb7

#cf879f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf879f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf879f Color CSS Codes

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

#cf879f Text Font Color

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

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


#cf879f Background Color

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

This div background color is #cf879f


#cf879f Border Color

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

This div border color is #cf879f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf879f


Comments

No comments written yet.

Please login to write comment.