Color Hex Logo

#db4387 Color Hex

#DB4387
(219,67,135)
0 Favorites   0 Comments

Color spaces of #db4387

RGB 21967135
HSL0.930.680.56
HSV333°69°86°
CMYK 0.000.690.38   0.14
XYZ35.593720.823625.0650
Yxy20.82360.43680.2556
Hunter Lab45.632959.3727-0.6235
CIE-Lab52.755964.0357-4.0296

#db4387 color RGB value is (219,67,135).

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

The process color (four color CMYK) of #db4387 color hex is 0.00, 0.69, 0.38, 0.14. Web safe color of #db4387 is #cc3399. Color #db4387 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000011 10000111
Octal 333 103 207
Decimal 219 67 135
Hex DB 43 87

RGB Percentages of Color #db4387

%52.02
%15.91
%32.07

CMYK Percentages of Color #db4387

%0
%69
%38
%14

Triadic Colors of #db4387

#db4387 #87db43 #4387db

Analogous Colors of #db4387

#db4387 #db4b43 #db43d3

Monochromatic Colors of #db4387

#db4387

Complementary Color

#db4387 #43db97

#db4387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db4387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db4387 Color CSS Codes

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

#db4387 Text Font Color

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

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


#db4387 Background Color

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

This div background color is #db4387


#db4387 Border Color

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

This div border color is #db4387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db4387


Comments

No comments written yet.

Please login to write comment.