Color Hex Logo

#cf84ac Color Hex

#CF84AC
(207,132,172)
0 Favorites   0 Comments

Color spaces of #cf84ac

RGB 207132172
HSL0.910.440.66
HSV328°36°81°
CMYK 0.000.360.17   0.19
XYZ41.429832.746543.1668
Yxy32.74650.35310.2791
Hunter Lab57.224629.0886-4.6677
CIE-Lab63.955134.4726-9.0705

#cf84ac color RGB value is (207,132,172).

#cf84ac hex color red value is 207, green value is 132 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #cf84ac hue: 0.91 , saturation: 0.44 and the lightness value of cf84ac is 0.66.

The process color (four color CMYK) of #cf84ac color hex is 0.00, 0.36, 0.17, 0.19. Web safe color of #cf84ac is #cc9999. Color #cf84ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10000100 10101100
Octal 317 204 254
Decimal 207 132 172
Hex CF 84 AC

RGB Percentages of Color #cf84ac

%40.51
%25.83
%33.66

CMYK Percentages of Color #cf84ac

%0
%36
%17
%19

Triadic Colors of #cf84ac

#cf84ac #accf84 #84accf

Analogous Colors of #cf84ac

#cf84ac #cf8487 #cd84cf

Monochromatic Colors of #cf84ac

#cf84ac

Complementary Color

#cf84ac #84cfa7

#cf84ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf84ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf84ac Color CSS Codes

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

#cf84ac Text Font Color

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

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


#cf84ac Background Color

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

This div background color is #cf84ac


#cf84ac Border Color

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

This div border color is #cf84ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf84ac


Comments

No comments written yet.

Please login to write comment.