Color Hex Logo

#ce42dc Color Hex

#CE42DC
(206,66,220)
0 Favorites   0 Comments

Color spaces of #ce42dc

RGB 20666220
HSL0.820.690.56
HSV295°70°86°
CMYK 0.060.700.00   0.14
XYZ40.320122.185569.8673
Yxy22.18550.30460.1676
Hunter Lab47.101570.3731-54.9759
CIE-Lab54.223373.0047-51.4302

#ce42dc color RGB value is (206,66,220).

#ce42dc hex color red value is 206, green value is 66 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ce42dc hue: 0.82 , saturation: 0.69 and the lightness value of ce42dc is 0.56.

The process color (four color CMYK) of #ce42dc color hex is 0.06, 0.70, 0.00, 0.14. Web safe color of #ce42dc is #cc33cc. Color #ce42dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000010 11011100
Octal 316 102 334
Decimal 206 66 220
Hex CE 42 DC

RGB Percentages of Color #ce42dc

%41.87
%13.41
%44.72

CMYK Percentages of Color #ce42dc

%6
%70
%0
%14

Triadic Colors of #ce42dc

#ce42dc #dcce42 #42dcce

Analogous Colors of #ce42dc

#ce42dc #dc429d #8142dc

Monochromatic Colors of #ce42dc

#ce42dc

Complementary Color

#ce42dc #50dc42

#ce42dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce42dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce42dc Color CSS Codes

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

#ce42dc Text Font Color

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

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


#ce42dc Background Color

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

This div background color is #ce42dc


#ce42dc Border Color

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

This div border color is #ce42dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce42dc


Comments

No comments written yet.

Please login to write comment.