Color Hex Logo

#db02ba Color Hex

#DB02BA
(219,2,186)
0 Favorites   0 Comments

Color spaces of #db02ba

RGB 2192186
HSL0.860.980.43
HSV309°99°86°
CMYK 0.000.990.15   0.14
XYZ38.098118.648748.0459
Yxy18.64870.36360.1780
Hunter Lab43.184181.9048-35.7361
CIE-Lab50.273682.9969-37.9985

#db02ba color RGB value is (219,2,186).

#db02ba hex color red value is 219, green value is 2 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #db02ba hue: 0.86 , saturation: 0.98 and the lightness value of db02ba is 0.43.

The process color (four color CMYK) of #db02ba color hex is 0.00, 0.99, 0.15, 0.14. Web safe color of #db02ba is #cc00cc. Color #db02ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000010 10111010
Octal 333 2 272
Decimal 219 2 186
Hex DB 2 BA

RGB Percentages of Color #db02ba

%53.81
%0.49
%45.70

CMYK Percentages of Color #db02ba

%0
%99
%15
%14

Triadic Colors of #db02ba

#db02ba #badb02 #02badb

Analogous Colors of #db02ba

#db02ba #db024e #9002db

Monochromatic Colors of #db02ba

#db02ba

Complementary Color

#db02ba #02db23

#db02ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db02ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#db02ba Color CSS Codes

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

#db02ba Text Font Color

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

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


#db02ba Background Color

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

This div background color is #db02ba


#db02ba Border Color

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

This div border color is #db02ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db02ba


Comments

No comments written yet.

Please login to write comment.