Color Hex Logo

#ce42cd Color Hex

#CE42CD
(206,66,205)
0 Favorites   0 Comments

Color spaces of #ce42cd

RGB 20666205
HSL0.830.590.53
HSV300°68°81°
CMYK 0.000.680.00   0.19
XYZ38.421321.426059.8682
Yxy21.42600.32090.1790
Hunter Lab46.288267.1586-44.2827
CIE-Lab53.412670.5064-44.1714

#ce42cd color RGB value is (206,66,205).

#ce42cd hex color red value is 206, green value is 66 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ce42cd hue: 0.83 , saturation: 0.59 and the lightness value of ce42cd is 0.53.

The process color (four color CMYK) of #ce42cd color hex is 0.00, 0.68, 0.00, 0.19. Web safe color of #ce42cd is #cc33cc. Color #ce42cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000010 11001101
Octal 316 102 315
Decimal 206 66 205
Hex CE 42 CD

RGB Percentages of Color #ce42cd

%43.19
%13.84
%42.98

CMYK Percentages of Color #ce42cd

%0
%68
%0
%19

Triadic Colors of #ce42cd

#ce42cd #cdce42 #42cdce

Analogous Colors of #ce42cd

#ce42cd #ce4287 #8942ce

Monochromatic Colors of #ce42cd

#ce42cd

Complementary Color

#ce42cd #42ce43

#ce42cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce42cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce42cd Color CSS Codes

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

#ce42cd Text Font Color

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

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


#ce42cd Background Color

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

This div background color is #ce42cd


#ce42cd Border Color

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

This div border color is #ce42cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce42cd


Comments

No comments written yet.

Please login to write comment.