Color Hex Logo

#db345a Color Hex

#DB345A
(219,52,90)
0 Favorites   0 Comments

Color spaces of #db345a

RGB 2195290
HSL0.960.700.53
HSV346°76°86°
CMYK 0.000.760.59   0.14
XYZ32.286918.254211.4946
Yxy18.25420.52050.2943
Hunter Lab42.724960.122413.9562
CIE-Lab49.803065.238318.9296

#db345a color RGB value is (219,52,90).

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

The process color (four color CMYK) of #db345a color hex is 0.00, 0.76, 0.59, 0.14. Web safe color of #db345a is #cc3366. Color #db345a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110100 01011010
Octal 333 64 132
Decimal 219 52 90
Hex DB 34 5A

RGB Percentages of Color #db345a

%60.66
%14.40
%24.93

CMYK Percentages of Color #db345a

%0
%76
%59
%14

Triadic Colors of #db345a

#db345a #5adb34 #345adb

Analogous Colors of #db345a

#db345a #db6134 #db34ae

Monochromatic Colors of #db345a

#db345a

Complementary Color

#db345a #34dbb5

#db345a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db345a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db345a Color CSS Codes

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

#db345a Text Font Color

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

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


#db345a Background Color

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

This div background color is #db345a


#db345a Border Color

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

This div border color is #db345a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db345a


Comments

No comments written yet.

Please login to write comment.