Color Hex Logo

#ce12db Color Hex

#CE12DB
(206,18,219)
0 Favorites   0 Comments

Color spaces of #ce12db

RGB 20618219
HSL0.820.850.46
HSV296°92°86°
CMYK 0.060.920.00   0.14
XYZ38.456118.668968.5944
Yxy18.66890.30590.1485
Hunter Lab43.207583.2576-63.8810
CIE-Lab50.297684.0449-57.1447

#ce12db color RGB value is (206,18,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010010 11011011
Octal 316 22 333
Decimal 206 18 219
Hex CE 12 DB

RGB Percentages of Color #ce12db

%46.50
%4.06
%49.44

CMYK Percentages of Color #ce12db

%6
%92
%0
%14

Triadic Colors of #ce12db

#ce12db #dbce12 #12dbce

Analogous Colors of #ce12db

#ce12db #db1284 #6a12db

Monochromatic Colors of #ce12db

#ce12db

Complementary Color

#ce12db #1fdb12

#ce12db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce12db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce12db Color CSS Codes

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

#ce12db Text Font Color

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

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


#ce12db Background Color

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

This div background color is #ce12db


#ce12db Border Color

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

This div border color is #ce12db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce12db


Comments

No comments written yet.

Please login to write comment.