Color Hex Logo

#db0187 Color Hex

#DB0187
(219,1,135)
0 Favorites   0 Comments

Color spaces of #db0187

RGB 2191135
HSL0.900.990.43
HSV323°100°86°
CMYK 0.001.000.38   0.14
XYZ33.597416.831024.3996
Yxy16.83100.44900.2249
Hunter Lab41.025674.3855-6.5443
CIE-Lab48.046477.4676-11.0550

#db0187 color RGB value is (219,1,135).

#db0187 hex color red value is 219, green value is 1 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #db0187 hue: 0.90 , saturation: 0.99 and the lightness value of db0187 is 0.43.

The process color (four color CMYK) of #db0187 color hex is 0.00, 1.00, 0.38, 0.14. Web safe color of #db0187 is #cc0099. Color #db0187 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000001 10000111
Octal 333 1 207
Decimal 219 1 135
Hex DB 1 87

RGB Percentages of Color #db0187

%61.69
%0.28
%38.03

CMYK Percentages of Color #db0187

%0
%100
%38
%14

Triadic Colors of #db0187

#db0187 #87db01 #0187db

Analogous Colors of #db0187

#db0187 #db011a #c201db

Monochromatic Colors of #db0187

#db0187

Complementary Color

#db0187 #01db55

#db0187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db0187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db0187 Color CSS Codes

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

#db0187 Text Font Color

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

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


#db0187 Background Color

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

This div background color is #db0187


#db0187 Border Color

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

This div border color is #db0187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db0187


Comments

No comments written yet.

Please login to write comment.