Color Hex Logo

#ce02cc Color Hex

#CE02CC
(206,2,204)
0 Favorites   0 Comments

Color spaces of #ce02cc

RGB 2062204
HSL0.830.980.41
HSV301°99°81°
CMYK 0.000.990.01   0.19
XYZ36.374417.524958.5922
Yxy17.52490.32340.1558
Hunter Lab41.862881.8382-53.6799
CIE-Lab48.914783.2084-50.7540

#ce02cc color RGB value is (206,2,204).

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

The process color (four color CMYK) of #ce02cc color hex is 0.00, 0.99, 0.01, 0.19. Web safe color of #ce02cc is #cc00cc. Color #ce02cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000010 11001100
Octal 316 2 314
Decimal 206 2 204
Hex CE 2 CC

RGB Percentages of Color #ce02cc

%50.00
%0.49
%49.51

CMYK Percentages of Color #ce02cc

%0
%99
%1
%19

Triadic Colors of #ce02cc

#ce02cc #ccce02 #02ccce

Analogous Colors of #ce02cc

#ce02cc #ce0266 #6a02ce

Monochromatic Colors of #ce02cc

#ce02cc

Complementary Color

#ce02cc #02ce04

#ce02cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce02cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce02cc Color CSS Codes

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

#ce02cc Text Font Color

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

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


#ce02cc Background Color

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

This div background color is #ce02cc


#ce02cc Border Color

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

This div border color is #ce02cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce02cc


Comments

No comments written yet.

Please login to write comment.