Color Hex Logo

#db327d Color Hex

#DB327D
(219,50,125)
0 Favorites   0 Comments

Color spaces of #db327d

RGB 21950125
HSL0.930.700.53
HSV333°77°86°
CMYK 0.000.770.43   0.14
XYZ34.055718.821921.2401
Yxy18.82190.45950.2539
Hunter Lab43.384264.19641.3417
CIE-Lab50.478268.5859-1.3747

#db327d color RGB value is (219,50,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110010 01111101
Octal 333 62 175
Decimal 219 50 125
Hex DB 32 7D

RGB Percentages of Color #db327d

%55.58
%12.69
%31.73

CMYK Percentages of Color #db327d

%0
%77
%43
%14

Triadic Colors of #db327d

#db327d #7ddb32 #327ddb

Analogous Colors of #db327d

#db327d #db3c32 #db32d2

Monochromatic Colors of #db327d

#db327d

Complementary Color

#db327d #32db90

#db327d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db327d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db327d Color CSS Codes

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

#db327d Text Font Color

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

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


#db327d Background Color

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

This div background color is #db327d


#db327d Border Color

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

This div border color is #db327d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db327d


Comments

No comments written yet.

Please login to write comment.