Color Hex Logo

#db12ca Color Hex

#DB12CA
(219,18,202)
0 Favorites   0 Comments

Color spaces of #db12ca

RGB 21918202
HSL0.850.850.46
HSV305°92°86°
CMYK 0.000.920.08   0.14
XYZ40.090419.756957.5776
Yxy19.75690.34140.1683
Hunter Lab44.448783.2122-45.6884
CIE-Lab51.561283.7642-45.2466

#db12ca color RGB value is (219,18,202).

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

The process color (four color CMYK) of #db12ca color hex is 0.00, 0.92, 0.08, 0.14. Web safe color of #db12ca is #cc00cc. Color #db12ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010010 11001010
Octal 333 22 312
Decimal 219 18 202
Hex DB 12 CA

RGB Percentages of Color #db12ca

%49.89
%4.10
%46.01

CMYK Percentages of Color #db12ca

%0
%92
%8
%14

Triadic Colors of #db12ca

#db12ca #cadb12 #12cadb

Analogous Colors of #db12ca

#db12ca #db1266 #8812db

Monochromatic Colors of #db12ca

#db12ca

Complementary Color

#db12ca #12db23

#db12ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db12ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#db12ca Color CSS Codes

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

#db12ca Text Font Color

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

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


#db12ca Background Color

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

This div background color is #db12ca


#db12ca Border Color

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

This div border color is #db12ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db12ca


Comments

No comments written yet.

Please login to write comment.