Color Hex Logo

#ce38db Color Hex

#CE38DB
(206,56,219)
0 Favorites   0 Comments

Color spaces of #ce38db

RGB 20656219
HSL0.820.690.54
HSV295°74°86°
CMYK 0.060.740.00   0.14
XYZ39.654021.064668.9937
Yxy21.06460.30570.1624
Hunter Lab45.896273.9045-57.0007
CIE-Lab53.020176.1104-52.7826

#ce38db color RGB value is (206,56,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00111000 11011011
Octal 316 70 333
Decimal 206 56 219
Hex CE 38 DB

RGB Percentages of Color #ce38db

%42.83
%11.64
%45.53

CMYK Percentages of Color #ce38db

%6
%74
%0
%14

Triadic Colors of #ce38db

#ce38db #dbce38 #38dbce

Analogous Colors of #ce38db

#ce38db #db3897 #7d38db

Monochromatic Colors of #ce38db

#ce38db

Complementary Color

#ce38db #45db38

#ce38db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce38db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce38db Color CSS Codes

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

#ce38db Text Font Color

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

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


#ce38db Background Color

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

This div background color is #ce38db


#ce38db Border Color

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

This div border color is #ce38db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce38db


Comments

No comments written yet.

Please login to write comment.