Color Hex Logo

#db25ab Color Hex

#DB25AB
(219,37,171)
0 Favorites   0 Comments

Color spaces of #db25ab

RGB 21937171
HSL0.880.720.50
HSV316°83°86°
CMYK 0.000.830.22   0.14
XYZ37.225719.323540.2959
Yxy19.32350.38440.1995
Hunter Lab43.958574.2331-23.5790
CIE-Lab51.063676.7564-27.9652

#db25ab color RGB value is (219,37,171).

#db25ab hex color red value is 219, green value is 37 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #db25ab hue: 0.88 , saturation: 0.72 and the lightness value of db25ab is 0.50.

The process color (four color CMYK) of #db25ab color hex is 0.00, 0.83, 0.22, 0.14. Web safe color of #db25ab is #cc3399. Color #db25ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100101 10101011
Octal 333 45 253
Decimal 219 37 171
Hex DB 25 AB

RGB Percentages of Color #db25ab

%51.29
%8.67
%40.05

CMYK Percentages of Color #db25ab

%0
%83
%22
%14

Triadic Colors of #db25ab

#db25ab #abdb25 #25abdb

Analogous Colors of #db25ab

#db25ab #db2550 #b025db

Monochromatic Colors of #db25ab

#db25ab

Complementary Color

#db25ab #25db55

#db25ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db25ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#db25ab Color CSS Codes

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

#db25ab Text Font Color

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

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


#db25ab Background Color

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

This div background color is #db25ab


#db25ab Border Color

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

This div border color is #db25ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db25ab


Comments

No comments written yet.

Please login to write comment.