Color Hex Logo

#db334a Color Hex

#DB334A
(219,51,74)
0 Favorites   0 Comments

Color spaces of #db334a

RGB 2195174
HSL0.980.700.53
HSV352°77°86°
CMYK 0.000.770.66   0.14
XYZ31.633317.92218.2706
Yxy17.92210.54700.3099
Hunter Lab42.334559.293918.0511
CIE-Lab49.401564.598728.0601

#db334a color RGB value is (219,51,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110011 01001010
Octal 333 63 112
Decimal 219 51 74
Hex DB 33 4A

RGB Percentages of Color #db334a

%63.66
%14.83
%21.51

CMYK Percentages of Color #db334a

%0
%77
%66
%14

Triadic Colors of #db334a

#db334a #4adb33 #334adb

Analogous Colors of #db334a

#db334a #db7033 #db339e

Monochromatic Colors of #db334a

#db334a

Complementary Color

#db334a #33dbc4

#db334a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db334a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db334a Color CSS Codes

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

#db334a Text Font Color

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

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


#db334a Background Color

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

This div background color is #db334a


#db334a Border Color

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

This div border color is #db334a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db334a


Comments

No comments written yet.

Please login to write comment.