Color Hex Logo

#cf70ae Color Hex

#CF70AE
(207,112,174)
0 Favorites   0 Comments

Color spaces of #cf70ae

RGB 207112174
HSL0.890.500.63
HSV321°46°81°
CMYK 0.000.460.16   0.19
XYZ39.166327.909743.3672
Yxy27.90970.35460.2527
Hunter Lab52.829639.8827-11.6897
CIE-Lab59.807145.3183-16.4493

#cf70ae color RGB value is (207,112,174).

#cf70ae hex color red value is 207, green value is 112 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #cf70ae hue: 0.89 , saturation: 0.50 and the lightness value of cf70ae is 0.63.

The process color (four color CMYK) of #cf70ae color hex is 0.00, 0.46, 0.16, 0.19. Web safe color of #cf70ae is #cc6699. Color #cf70ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110000 10101110
Octal 317 160 256
Decimal 207 112 174
Hex CF 70 AE

RGB Percentages of Color #cf70ae

%41.99
%22.72
%35.29

CMYK Percentages of Color #cf70ae

%0
%46
%16
%19

Triadic Colors of #cf70ae

#cf70ae #aecf70 #70aecf

Analogous Colors of #cf70ae

#cf70ae #cf707f #c170cf

Monochromatic Colors of #cf70ae

#cf70ae

Complementary Color

#cf70ae #70cf91

#cf70ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf70ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf70ae Color CSS Codes

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

#cf70ae Text Font Color

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

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


#cf70ae Background Color

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

This div background color is #cf70ae


#cf70ae Border Color

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

This div border color is #cf70ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf70ae


Comments

No comments written yet.

Please login to write comment.