Color Hex Logo

#db029b Color Hex

#DB029B
(219,2,155)
0 Favorites   0 Comments

Color spaces of #db029b

RGB 2192155
HSL0.880.980.43
HSV318°99°86°
CMYK 0.000.990.29   0.14
XYZ35.151517.470032.5297
Yxy17.47000.41280.2052
Hunter Lab41.797176.9740-16.8860
CIE-Lab48.846979.3863-21.8967

#db029b color RGB value is (219,2,155).

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

The process color (four color CMYK) of #db029b color hex is 0.00, 0.99, 0.29, 0.14. Web safe color of #db029b is #cc0099. Color #db029b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000010 10011011
Octal 333 2 233
Decimal 219 2 155
Hex DB 2 9B

RGB Percentages of Color #db029b

%58.24
%0.53
%41.22

CMYK Percentages of Color #db029b

%0
%99
%29
%14

Triadic Colors of #db029b

#db029b #9bdb02 #029bdb

Analogous Colors of #db029b

#db029b #db022e #af02db

Monochromatic Colors of #db029b

#db029b

Complementary Color

#db029b #02db42

#db029b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db029b Color Preview on White Background

Lorem ipsum dolor sit amet.

#db029b Color CSS Codes

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

#db029b Text Font Color

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

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


#db029b Background Color

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

This div background color is #db029b


#db029b Border Color

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

This div border color is #db029b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db029b


Comments

No comments written yet.

Please login to write comment.