Color Hex Logo

#ce03ad Color Hex

#CE03AD
(206,3,173)
0 Favorites   0 Comments

Color spaces of #ce03ad

RGB 2063173
HSL0.860.970.41
HSV310°99°81°
CMYK 0.000.990.16   0.19
XYZ33.029016.204140.9220
Yxy16.20410.36640.1797
Hunter Lab40.254376.0157-32.0954
CIE-Lab47.241178.9335-35.2954

#ce03ad color RGB value is (206,3,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000011 10101101
Octal 316 3 255
Decimal 206 3 173
Hex CE 3 AD

RGB Percentages of Color #ce03ad

%53.93
%0.79
%45.29

CMYK Percentages of Color #ce03ad

%0
%99
%16
%19

Triadic Colors of #ce03ad

#ce03ad #adce03 #03adce

Analogous Colors of #ce03ad

#ce03ad #ce0347 #8a03ce

Monochromatic Colors of #ce03ad

#ce03ad

Complementary Color

#ce03ad #03ce24

#ce03ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce03ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce03ad Color CSS Codes

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

#ce03ad Text Font Color

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

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


#ce03ad Background Color

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

This div background color is #ce03ad


#ce03ad Border Color

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

This div border color is #ce03ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce03ad


Comments

No comments written yet.

Please login to write comment.