Color Hex Logo

#ce39dd Color Hex

#CE39DD
(206,57,221)
0 Favorites   0 Comments

Color spaces of #ce39dd

RGB 20657221
HSL0.820.710.55
HSV295°74°87°
CMYK 0.070.740.00   0.13
XYZ39.967921.268570.4053
Yxy21.26850.30360.1616
Hunter Lab46.117873.9906-58.2321
CIE-Lab53.242176.1368-53.5635

#ce39dd color RGB value is (206,57,221).

#ce39dd hex color red value is 206, green value is 57 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ce39dd hue: 0.82 , saturation: 0.71 and the lightness value of ce39dd is 0.55.

The process color (four color CMYK) of #ce39dd color hex is 0.07, 0.74, 0.00, 0.13. Web safe color of #ce39dd is #cc33cc. Color #ce39dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00111001 11011101
Octal 316 71 335
Decimal 206 57 221
Hex CE 39 DD

RGB Percentages of Color #ce39dd

%42.56
%11.78
%45.66

CMYK Percentages of Color #ce39dd

%7
%74
%0
%13

Triadic Colors of #ce39dd

#ce39dd #ddce39 #39ddce

Analogous Colors of #ce39dd

#ce39dd #dd399a #7c39dd

Monochromatic Colors of #ce39dd

#ce39dd

Complementary Color

#ce39dd #48dd39

#ce39dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce39dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce39dd Color CSS Codes

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

#ce39dd Text Font Color

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

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


#ce39dd Background Color

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

This div background color is #ce39dd


#ce39dd Border Color

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

This div border color is #ce39dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce39dd


Comments

No comments written yet.

Please login to write comment.