Color Hex Logo

#ce70ae Color Hex

#CE70AE
(206,112,174)
0 Favorites   0 Comments

Color spaces of #ce70ae

RGB 206112174
HSL0.890.490.62
HSV320°46°81°
CMYK 0.000.460.16   0.19
XYZ38.887827.766143.3542
Yxy27.76610.35350.2524
Hunter Lab52.693539.5192-11.8960
CIE-Lab59.676844.9957-16.6592

#ce70ae color RGB value is (206,112,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110000 10101110
Octal 316 160 256
Decimal 206 112 174
Hex CE 70 AE

RGB Percentages of Color #ce70ae

%41.87
%22.76
%35.37

CMYK Percentages of Color #ce70ae

%0
%46
%16
%19

Triadic Colors of #ce70ae

#ce70ae #aece70 #70aece

Analogous Colors of #ce70ae

#ce70ae #ce707f #bf70ce

Monochromatic Colors of #ce70ae

#ce70ae

Complementary Color

#ce70ae #70ce90

#ce70ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce70ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce70ae Color CSS Codes

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

#ce70ae Text Font Color

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

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


#ce70ae Background Color

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

This div background color is #ce70ae


#ce70ae Border Color

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

This div border color is #ce70ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,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 #ce70ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce70ae


Comments

No comments written yet.

Please login to write comment.