Color Hex Logo

#ce14db Color Hex

#CE14DB
(206,20,219)
0 Favorites   0 Comments

Color spaces of #ce14db

RGB 20620219
HSL0.820.830.47
HSV296°91°86°
CMYK 0.060.910.00   0.14
XYZ38.489918.736668.6057
Yxy18.73660.30590.1489
Hunter Lab43.285882.9728-63.6715
CIE-Lab50.377683.8082-57.0161

#ce14db color RGB value is (206,20,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010100 11011011
Octal 316 24 333
Decimal 206 20 219
Hex CE 14 DB

RGB Percentages of Color #ce14db

%46.29
%4.49
%49.21

CMYK Percentages of Color #ce14db

%6
%91
%0
%14

Triadic Colors of #ce14db

#ce14db #dbce14 #14dbce

Analogous Colors of #ce14db

#ce14db #db1485 #6b14db

Monochromatic Colors of #ce14db

#ce14db

Complementary Color

#ce14db #21db14

#ce14db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce14db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce14db Color CSS Codes

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

#ce14db Text Font Color

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

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


#ce14db Background Color

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

This div background color is #ce14db


#ce14db Border Color

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

This div border color is #ce14db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce14db


Comments

No comments written yet.

Please login to write comment.