Color Hex Logo

#db3234 Color Hex

#DB3234
(219,50,52)
0 Favorites   0 Comments

Color spaces of #db3234

RGB 2195052
HSL1.000.700.53
HSV359°77°86°
CMYK 0.000.770.76   0.14
XYZ30.973917.58925.0114
Yxy17.58920.57810.3283
Hunter Lab41.939558.434922.2730
CIE-Lab48.994063.930540.3844

#db3234 color RGB value is (219,50,52).

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

The process color (four color CMYK) of #db3234 color hex is 0.00, 0.77, 0.76, 0.14. Web safe color of #db3234 is #cc3333. Color #db3234 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110010 00110100
Octal 333 62 64
Decimal 219 50 52
Hex DB 32 34

RGB Percentages of Color #db3234

%68.22
%15.58
%16.20

CMYK Percentages of Color #db3234

%0
%77
%76
%14

Triadic Colors of #db3234

#db3234 #34db32 #3234db

Analogous Colors of #db3234

#db3234 #db8532 #db3289

Monochromatic Colors of #db3234

#db3234

Complementary Color

#db3234 #32dbd9

#db3234 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db3234 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db3234 Color CSS Codes

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

#db3234 Text Font Color

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

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


#db3234 Background Color

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

This div background color is #db3234


#db3234 Border Color

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

This div border color is #db3234


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db3234

#db3234 Color Palettes


Comments

No comments written yet.

Please login to write comment.