Color Hex Logo

#db458a Color Hex

#DB458A
(219,69,138)
0 Favorites   0 Comments

Color spaces of #db458a

RGB 21969138
HSL0.920.680.56
HSV332°68°86°
CMYK 0.000.680.37   0.14
XYZ35.929021.151326.2337
Yxy21.15130.43120.2539
Hunter Lab45.990558.9654-1.6265
CIE-Lab53.114763.6173-5.2872

#db458a color RGB value is (219,69,138).

#db458a hex color red value is 219, green value is 69 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #db458a hue: 0.92 , saturation: 0.68 and the lightness value of db458a is 0.56.

The process color (four color CMYK) of #db458a color hex is 0.00, 0.68, 0.37, 0.14. Web safe color of #db458a is #cc3399. Color #db458a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000101 10001010
Octal 333 105 212
Decimal 219 69 138
Hex DB 45 8A

RGB Percentages of Color #db458a

%51.41
%16.20
%32.39

CMYK Percentages of Color #db458a

%0
%68
%37
%14

Triadic Colors of #db458a

#db458a #8adb45 #458adb

Analogous Colors of #db458a

#db458a #db4b45 #db45d5

Monochromatic Colors of #db458a

#db458a

Complementary Color

#db458a #45db96

#db458a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db458a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db458a Color CSS Codes

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

#db458a Text Font Color

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

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


#db458a Background Color

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

This div background color is #db458a


#db458a Border Color

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

This div border color is #db458a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db458a


Comments

No comments written yet.

Please login to write comment.