Color Hex Logo

#db8788 Color Hex

#DB8788
(219,135,136)
0 Favorites   0 Comments

Color spaces of #db8788

RGB 219135136
HSL1.000.540.69
HSV359°38°86°
CMYK 0.000.380.38   0.14
XYZ42.321334.165627.6566
Yxy34.16560.40640.3281
Hunter Lab58.451326.951912.8625
CIE-Lab65.093832.264413.1559

#db8788 color RGB value is (219,135,136).

#db8788 hex color red value is 219, green value is 135 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #db8788 hue: 1.00 , saturation: 0.54 and the lightness value of db8788 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000111 10001000
Octal 333 207 210
Decimal 219 135 136
Hex DB 87 88

RGB Percentages of Color #db8788

%44.69
%27.55
%27.76

CMYK Percentages of Color #db8788

%0
%38
%38
%14

Triadic Colors of #db8788

#db8788 #88db87 #8788db

Analogous Colors of #db8788

#db8788 #dbb087 #db87b2

Monochromatic Colors of #db8788

#db8788

Complementary Color

#db8788 #87dbda

#db8788 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8788 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8788 Color CSS Codes

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

#db8788 Text Font Color

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

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


#db8788 Background Color

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

This div background color is #db8788


#db8788 Border Color

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

This div border color is #db8788


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8788


Comments

No comments written yet.

Please login to write comment.