color codes Logo

#ce06db color codes

#CE06DB
(206,6,219)
0 Favorites   0 Comments

Color spaces of #ce06db

RGB 2066219
HSL0.820.950.44
HSV296°97°86°
CMYK 0.060.970.00   0.14
XYZ38.304918.366568.5440
Yxy18.36650.30590.1467
Hunter Lab42.856284.5453-64.8289
CIE-Lab49.937685.1109-57.7232

#ce06db color RGB value is (206,6,219).

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

The process color (four color CMYK) of #ce06db color code is 0.06, 0.97, 0.00, 0.14. Web safe color of #ce06db is #cc00cc. Color #ce06db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000110 11011011
Octal 316 6 333
Decimal 206 6 219
Hex CE 6 DB

RGB Percentages of Color #ce06db

%47.80
%1.39
%50.81

CMYK Percentages of Color #ce06db

%6
%97
%0
%14

Triadic Colors of #ce06db

#ce06db #dbce06 #06dbce

Analogous Colors of #ce06db

#ce06db #db067e #6306db

Monochromatic Colors of #ce06db

#ce06db

Complementary Color

#ce06db #13db06

#ce06db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce06db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce06db Color CSS Codes

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

#ce06db Text Font Color

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

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


#ce06db Background Color

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

This div background color is #ce06db


#ce06db Border Color

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

This div border color is #ce06db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce06db


Comments

No comments written yet.

Please login to write comment.