Color Hex Logo

#db087d Color Hex

#DB087D
(219,8,125)
0 Favorites   0 Comments

Color spaces of #db087d

RGB 2198125
HSL0.910.930.45
HSV327°96°86°
CMYK 0.000.960.43   0.14
XYZ33.001916.714420.8888
Yxy16.71440.46740.2367
Hunter Lab40.883272.5436-1.6752
CIE-Lab47.898176.0054-5.1800

#db087d color RGB value is (219,8,125).

#db087d hex color red value is 219, green value is 8 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #db087d hue: 0.91 , saturation: 0.93 and the lightness value of db087d is 0.45.

The process color (four color CMYK) of #db087d color hex is 0.00, 0.96, 0.43, 0.14. Web safe color of #db087d is #cc0066. Color #db087d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00001000 01111101
Octal 333 10 175
Decimal 219 8 125
Hex DB 8 7D

RGB Percentages of Color #db087d

%62.22
%2.27
%35.51

CMYK Percentages of Color #db087d

%0
%96
%43
%14

Triadic Colors of #db087d

#db087d #7ddb08 #087ddb

Analogous Colors of #db087d

#db087d #db0813 #d008db

Monochromatic Colors of #db087d

#db087d

Complementary Color

#db087d #08db66

#db087d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db087d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db087d Color CSS Codes

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

#db087d Text Font Color

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

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


#db087d Background Color

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

This div background color is #db087d


#db087d Border Color

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

This div border color is #db087d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db087d


Comments

No comments written yet.

Please login to write comment.