Color Hex Logo

#db327c Color Hex

#DB327C
(219,50,124)
0 Favorites   0 Comments

Color spaces of #db327c

RGB 21950124
HSL0.930.700.53
HSV334°77°86°
CMYK 0.000.770.43   0.14
XYZ33.992118.796520.9053
Yxy18.79650.46130.2551
Hunter Lab43.354964.08041.7594
CIE-Lab50.448368.4937-0.8136

#db327c color RGB value is (219,50,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110010 01111100
Octal 333 62 174
Decimal 219 50 124
Hex DB 32 7C

RGB Percentages of Color #db327c

%55.73
%12.72
%31.55

CMYK Percentages of Color #db327c

%0
%77
%43
%14

Triadic Colors of #db327c

#db327c #7cdb32 #327cdb

Analogous Colors of #db327c

#db327c #db3d32 #db32d1

Monochromatic Colors of #db327c

#db327c

Complementary Color

#db327c #32db91

#db327c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db327c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db327c Color CSS Codes

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

#db327c Text Font Color

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

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


#db327c Background Color

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

This div background color is #db327c


#db327c Border Color

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

This div border color is #db327c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db327c


Comments

No comments written yet.

Please login to write comment.