Color Hex Logo

#db3252 Color Hex

#DB3252
(219,50,82)
0 Favorites   0 Comments

Color spaces of #db3252

RGB 2195082
HSL0.970.700.53
HSV349°77°86°
CMYK 0.000.770.63   0.14
XYZ31.877017.95059.7673
Yxy17.95050.53490.3012
Hunter Lab42.368060.156415.9892
CIE-Lab49.436065.337423.2908

#db3252 color RGB value is (219,50,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110010 01010010
Octal 333 62 122
Decimal 219 50 82
Hex DB 32 52

RGB Percentages of Color #db3252

%62.39
%14.25
%23.36

CMYK Percentages of Color #db3252

%0
%77
%63
%14

Triadic Colors of #db3252

#db3252 #52db32 #3252db

Analogous Colors of #db3252

#db3252 #db6732 #db32a7

Monochromatic Colors of #db3252

#db3252

Complementary Color

#db3252 #32dbbb

#db3252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db3252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db3252 Color CSS Codes

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

#db3252 Text Font Color

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

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


#db3252 Background Color

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

This div background color is #db3252


#db3252 Border Color

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

This div border color is #db3252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db3252


Comments

No comments written yet.

Please login to write comment.