Color Hex Logo

#db325c Color Hex

#DB325C
(219,50,92)
0 Favorites   0 Comments

Color spaces of #db325c

RGB 2195092
HSL0.960.700.53
HSV345°77°86°
CMYK 0.000.770.58   0.14
XYZ32.285818.114011.9199
Yxy18.11400.51810.2907
Hunter Lab42.560560.926513.1871
CIE-Lab49.634165.962417.4867

#db325c color RGB value is (219,50,92).

#db325c hex color red value is 219, green value is 50 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #db325c hue: 0.96 , saturation: 0.70 and the lightness value of db325c is 0.53.

The process color (four color CMYK) of #db325c color hex is 0.00, 0.77, 0.58, 0.14. Web safe color of #db325c is #cc3366. Color #db325c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110010 01011100
Octal 333 62 134
Decimal 219 50 92
Hex DB 32 5C

RGB Percentages of Color #db325c

%60.66
%13.85
%25.48

CMYK Percentages of Color #db325c

%0
%77
%58
%14

Triadic Colors of #db325c

#db325c #5cdb32 #325cdb

Analogous Colors of #db325c

#db325c #db5d32 #db32b1

Monochromatic Colors of #db325c

#db325c

Complementary Color

#db325c #32dbb1

#db325c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db325c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db325c Color CSS Codes

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

#db325c Text Font Color

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

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


#db325c Background Color

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

This div background color is #db325c


#db325c Border Color

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

This div border color is #db325c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db325c


Comments

No comments written yet.

Please login to write comment.