Color Hex Logo

#db508a Color Hex

#DB508A
(219,80,138)
0 Favorites   0 Comments

Color spaces of #db508a

RGB 21980138
HSL0.930.660.59
HSV335°63°86°
CMYK 0.000.630.37   0.14
XYZ36.669522.632426.4805
Yxy22.63240.42750.2638
Hunter Lab47.573554.33350.2993
CIE-Lab54.691759.2869-2.9573

#db508a color RGB value is (219,80,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010000 10001010
Octal 333 120 212
Decimal 219 80 138
Hex DB 50 8A

RGB Percentages of Color #db508a

%50.11
%18.31
%31.58

CMYK Percentages of Color #db508a

%0
%63
%37
%14

Triadic Colors of #db508a

#db508a #8adb50 #508adb

Analogous Colors of #db508a

#db508a #db5b50 #db50d0

Monochromatic Colors of #db508a

#db508a

Complementary Color

#db508a #50dba1

#db508a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db508a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db508a Color CSS Codes

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

#db508a Text Font Color

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

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


#db508a Background Color

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

This div background color is #db508a


#db508a Border Color

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

This div border color is #db508a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db508a


Comments

No comments written yet.

Please login to write comment.