Color Hex Logo

#db324d Color Hex

#DB324D
(219,50,77)
0 Favorites   0 Comments

Color spaces of #db324d

RGB 2195077
HSL0.970.700.53
HSV350°77°86°
CMYK 0.000.770.65   0.14
XYZ31.693617.87718.8014
Yxy17.87710.54300.3063
Hunter Lab42.281359.809317.2549
CIE-Lab49.346765.054926.1911

#db324d color RGB value is (219,50,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110010 01001101
Octal 333 62 115
Decimal 219 50 77
Hex DB 32 4D

RGB Percentages of Color #db324d

%63.29
%14.45
%22.25

CMYK Percentages of Color #db324d

%0
%77
%65
%14

Triadic Colors of #db324d

#db324d #4ddb32 #324ddb

Analogous Colors of #db324d

#db324d #db6c32 #db32a2

Monochromatic Colors of #db324d

#db324d

Complementary Color

#db324d #32dbc0

#db324d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db324d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db324d Color CSS Codes

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

#db324d Text Font Color

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

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


#db324d Background Color

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

This div background color is #db324d


#db324d Border Color

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

This div border color is #db324d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db324d


Comments

No comments written yet.

Please login to write comment.