Color Hex Logo

#db857a Color Hex

#DB857A
(219,133,122)
0 Favorites   0 Comments

Color spaces of #db857a

RGB 219133122
HSL0.020.570.67
HSV44°86°
CMYK 0.000.390.44   0.14
XYZ41.113833.240322.6614
Yxy33.24030.42380.3426
Hunter Lab57.654426.394517.0538
CIE-Lab64.355031.782620.0193

#db857a color RGB value is (219,133,122).

#db857a hex color red value is 219, green value is 133 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #db857a hue: 0.02 , saturation: 0.57 and the lightness value of db857a is 0.67.

The process color (four color CMYK) of #db857a color hex is 0.00, 0.39, 0.44, 0.14. Web safe color of #db857a is #cc9966. Color #db857a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000101 01111010
Octal 333 205 172
Decimal 219 133 122
Hex DB 85 7A

RGB Percentages of Color #db857a

%46.20
%28.06
%25.74

CMYK Percentages of Color #db857a

%0
%39
%44
%14

Triadic Colors of #db857a

#db857a #7adb85 #857adb

Analogous Colors of #db857a

#db857a #dbb67a #db7aa0

Monochromatic Colors of #db857a

#db857a

Complementary Color

#db857a #7ad0db

#db857a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db857a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db857a Color CSS Codes

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

#db857a Text Font Color

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

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


#db857a Background Color

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

This div background color is #db857a


#db857a Border Color

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

This div border color is #db857a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db857a


Comments

No comments written yet.

Please login to write comment.