Color Hex Logo

#ce29dc Color Hex

#CE29DC
(206,41,220)
0 Favorites   0 Comments

Color spaces of #ce29dc

RGB 20641220
HSL0.820.720.51
HSV295°81°86°
CMYK 0.060.810.00   0.14
XYZ39.164819.875069.4822
Yxy19.87500.30470.1546
Hunter Lab44.581478.7950-61.1993
CIE-Lab51.695680.2768-55.4708

#ce29dc color RGB value is (206,41,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00101001 11011100
Octal 316 51 334
Decimal 206 41 220
Hex CE 29 DC

RGB Percentages of Color #ce29dc

%44.11
%8.78
%47.11

CMYK Percentages of Color #ce29dc

%6
%81
%0
%14

Triadic Colors of #ce29dc

#ce29dc #dcce29 #29dcce

Analogous Colors of #ce29dc

#ce29dc #dc2991 #7529dc

Monochromatic Colors of #ce29dc

#ce29dc

Complementary Color

#ce29dc #37dc29

#ce29dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce29dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce29dc Color CSS Codes

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

#ce29dc Text Font Color

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

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


#ce29dc Background Color

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

This div background color is #ce29dc


#ce29dc Border Color

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

This div border color is #ce29dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce29dc


Comments

No comments written yet.

Please login to write comment.