Color Hex Logo

#db538a Color Hex

#DB538A
(219,83,138)
0 Favorites   0 Comments

Color spaces of #db538a

RGB 21983138
HSL0.930.650.59
HSV336°62°86°
CMYK 0.000.620.37   0.14
XYZ36.894123.081626.5554
Yxy23.08160.42640.2667
Hunter Lab48.043353.00040.8584
CIE-Lab55.156358.0258-2.2738

#db538a color RGB value is (219,83,138).

#db538a hex color red value is 219, green value is 83 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #db538a hue: 0.93 , saturation: 0.65 and the lightness value of db538a is 0.59.

The process color (four color CMYK) of #db538a color hex is 0.00, 0.62, 0.37, 0.14. Web safe color of #db538a is #cc6699. Color #db538a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010011 10001010
Octal 333 123 212
Decimal 219 83 138
Hex DB 53 8A

RGB Percentages of Color #db538a

%49.77
%18.86
%31.36

CMYK Percentages of Color #db538a

%0
%62
%37
%14

Triadic Colors of #db538a

#db538a #8adb53 #538adb

Analogous Colors of #db538a

#db538a #db6053 #db53ce

Monochromatic Colors of #db538a

#db538a

Complementary Color

#db538a #53dba4

#db538a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db538a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db538a Color CSS Codes

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

#db538a Text Font Color

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

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


#db538a Background Color

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

This div background color is #db538a


#db538a Border Color

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

This div border color is #db538a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,83,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 #db538a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db538a


Comments

No comments written yet.

Please login to write comment.