Color Hex Logo

#cf4daa Color Hex

#CF4DAA
(207,77,170)
0 Favorites   0 Comments

Color spaces of #cf4daa

RGB 20777170
HSL0.880.580.56
HSV317°63°81°
CMYK 0.000.630.18   0.19
XYZ35.641721.475440.2969
Yxy21.47540.36590.2205
Hunter Lab46.341656.1882-19.1173
CIE-Lab53.465961.1372-23.8244

#cf4daa color RGB value is (207,77,170).

#cf4daa hex color red value is 207, green value is 77 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cf4daa hue: 0.88 , saturation: 0.58 and the lightness value of cf4daa is 0.56.

The process color (four color CMYK) of #cf4daa color hex is 0.00, 0.63, 0.18, 0.19. Web safe color of #cf4daa is #cc6699. Color #cf4daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01001101 10101010
Octal 317 115 252
Decimal 207 77 170
Hex CF 4D AA

RGB Percentages of Color #cf4daa

%45.59
%16.96
%37.44

CMYK Percentages of Color #cf4daa

%0
%63
%18
%19

Triadic Colors of #cf4daa

#cf4daa #aacf4d #4daacf

Analogous Colors of #cf4daa

#cf4daa #cf4d69 #b34dcf

Monochromatic Colors of #cf4daa

#cf4daa

Complementary Color

#cf4daa #4dcf72

#cf4daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf4daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf4daa Color CSS Codes

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

#cf4daa Text Font Color

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

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


#cf4daa Background Color

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

This div background color is #cf4daa


#cf4daa Border Color

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

This div border color is #cf4daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf4daa


Comments

No comments written yet.

Please login to write comment.