Color Hex Logo

#db12ea Color Hex

#DB12EA
(219,18,234)
0 Favorites   0 Comments

Color spaces of #db12ea

RGB 21918234
HSL0.820.860.49
HSV296°92°92°
CMYK 0.060.920.00   0.08
XYZ44.281021.433279.6451
Yxy21.43320.30460.1474
Hunter Lab46.296089.7129-69.5921
CIE-Lab53.420488.3854-60.5131

#db12ea color RGB value is (219,18,234).

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

The process color (four color CMYK) of #db12ea color hex is 0.06, 0.92, 0.00, 0.08. Web safe color of #db12ea is #cc00ff. Color #db12ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010010 11101010
Octal 333 22 352
Decimal 219 18 234
Hex DB 12 EA

RGB Percentages of Color #db12ea

%46.50
%3.82
%49.68

CMYK Percentages of Color #db12ea

%6
%92
%0
%8

Triadic Colors of #db12ea

#db12ea #eadb12 #12eadb

Analogous Colors of #db12ea

#db12ea #ea128d #6f12ea

Monochromatic Colors of #db12ea

#db12ea

Complementary Color

#db12ea #21ea12

#db12ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db12ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#db12ea Color CSS Codes

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

#db12ea Text Font Color

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

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


#db12ea Background Color

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

This div background color is #db12ea


#db12ea Border Color

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

This div border color is #db12ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db12ea


Comments

No comments written yet.

Please login to write comment.