Color Hex Logo

#ce39db Color Hex

#CE39DB
(206,57,219)
0 Favorites   0 Comments

Color spaces of #ce39db

RGB 20657219
HSL0.820.690.54
HSV295°74°86°
CMYK 0.060.740.00   0.14
XYZ39.702921.162569.0100
Yxy21.16250.30570.1629
Hunter Lab46.002773.5507-56.7407
CIE-Lab53.126975.8037-52.6121

#ce39db color RGB value is (206,57,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00111001 11011011
Octal 316 71 333
Decimal 206 57 219
Hex CE 39 DB

RGB Percentages of Color #ce39db

%42.74
%11.83
%45.44

CMYK Percentages of Color #ce39db

%6
%74
%0
%14

Triadic Colors of #ce39db

#ce39db #dbce39 #39dbce

Analogous Colors of #ce39db

#ce39db #db3997 #7d39db

Monochromatic Colors of #ce39db

#ce39db

Complementary Color

#ce39db #46db39

#ce39db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce39db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce39db Color CSS Codes

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

#ce39db Text Font Color

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

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


#ce39db Background Color

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

This div background color is #ce39db


#ce39db Border Color

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

This div border color is #ce39db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce39db


Comments

No comments written yet.

Please login to write comment.