Color Hex Logo

#ce03db Color Hex

#CE03DB
(206,3,219)
0 Favorites   0 Comments

Color spaces of #ce03db

RGB 2063219
HSL0.820.970.44
HSV296°99°86°
CMYK 0.060.990.00   0.14
XYZ38.272318.301468.5332
Yxy18.30140.30590.1463
Hunter Lab42.780184.8258-65.0357
CIE-Lab49.859785.3423-57.8487

#ce03db color RGB value is (206,3,219).

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

The process color (four color CMYK) of #ce03db color hex is 0.06, 0.99, 0.00, 0.14. Web safe color of #ce03db is #cc00cc. Color #ce03db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000011 11011011
Octal 316 3 333
Decimal 206 3 219
Hex CE 3 DB

RGB Percentages of Color #ce03db

%48.13
%0.70
%51.17

CMYK Percentages of Color #ce03db

%6
%99
%0
%14

Triadic Colors of #ce03db

#ce03db #dbce03 #03dbce

Analogous Colors of #ce03db

#ce03db #db037c #6203db

Monochromatic Colors of #ce03db

#ce03db

Complementary Color

#ce03db #10db03

#ce03db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce03db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce03db Color CSS Codes

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

#ce03db Text Font Color

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

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


#ce03db Background Color

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

This div background color is #ce03db


#ce03db Border Color

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

This div border color is #ce03db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce03db


Comments

No comments written yet.

Please login to write comment.