Color Hex Logo

#ce02ae Color Hex

#CE02AE
(206,2,174)
0 Favorites   0 Comments

Color spaces of #ce02ae

RGB 2062174
HSL0.860.980.41
HSV309°99°81°
CMYK 0.000.990.16   0.19
XYZ33.115316.221241.4300
Yxy16.22120.36480.1787
Hunter Lab40.275676.2838-32.7966
CIE-Lab47.263479.1435-35.8519

#ce02ae color RGB value is (206,2,174).

#ce02ae hex color red value is 206, green value is 2 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ce02ae hue: 0.86 , saturation: 0.98 and the lightness value of ce02ae is 0.41.

The process color (four color CMYK) of #ce02ae color hex is 0.00, 0.99, 0.16, 0.19. Web safe color of #ce02ae is #cc0099. Color #ce02ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000010 10101110
Octal 316 2 256
Decimal 206 2 174
Hex CE 2 AE

RGB Percentages of Color #ce02ae

%53.93
%0.52
%45.55

CMYK Percentages of Color #ce02ae

%0
%99
%16
%19

Triadic Colors of #ce02ae

#ce02ae #aece02 #02aece

Analogous Colors of #ce02ae

#ce02ae #ce0248 #8802ce

Monochromatic Colors of #ce02ae

#ce02ae

Complementary Color

#ce02ae #02ce22

#ce02ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce02ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce02ae Color CSS Codes

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

#ce02ae Text Font Color

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

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


#ce02ae Background Color

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

This div background color is #ce02ae


#ce02ae Border Color

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

This div border color is #ce02ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce02ae


Comments

No comments written yet.

Please login to write comment.