Color Hex Logo

#db18ec Color Hex

#DB18EC
(219,24,236)
0 Favorites   0 Comments

Color spaces of #db18ec

RGB 21924236
HSL0.820.850.51
HSV295°90°93°
CMYK 0.070.900.00   0.07
XYZ44.680421.769581.2039
Yxy21.76950.30260.1474
Hunter Lab46.657889.2839-70.5287
CIE-Lab53.781687.9904-61.0584

#db18ec color RGB value is (219,24,236).

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

The process color (four color CMYK) of #db18ec color hex is 0.07, 0.90, 0.00, 0.07. Web safe color of #db18ec is #cc00ff. Color #db18ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00011000 11101100
Octal 333 30 354
Decimal 219 24 236
Hex DB 18 EC

RGB Percentages of Color #db18ec

%45.72
%5.01
%49.27

CMYK Percentages of Color #db18ec

%7
%90
%0
%7

Triadic Colors of #db18ec

#db18ec #ecdb18 #18ecdb

Analogous Colors of #db18ec

#db18ec #ec1893 #7118ec

Monochromatic Colors of #db18ec

#db18ec

Complementary Color

#db18ec #29ec18

#db18ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db18ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#db18ec Color CSS Codes

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

#db18ec Text Font Color

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

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


#db18ec Background Color

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

This div background color is #db18ec


#db18ec Border Color

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

This div border color is #db18ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,24,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #db18ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db18ec


Comments

No comments written yet.

Please login to write comment.