Color Hex Logo

#dd858c Color Hex

#DD858C
(221,133,140)
0 Favorites   0 Comments

Color spaces of #dd858c

RGB 221133140
HSL0.990.560.69
HSV355°40°87°
CMYK 0.000.400.37   0.13
XYZ42.939934.040729.1183
Yxy34.04070.40470.3208
Hunter Lab58.344429.268411.2509
CIE-Lab64.994934.542210.7921

#dd858c color RGB value is (221,133,140).

#dd858c hex color red value is 221, green value is 133 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #dd858c hue: 0.99 , saturation: 0.56 and the lightness value of dd858c is 0.69.

The process color (four color CMYK) of #dd858c color hex is 0.00, 0.40, 0.37, 0.13. Web safe color of #dd858c is #cc9999. Color #dd858c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000101 10001100
Octal 335 205 214
Decimal 221 133 140
Hex DD 85 8C

RGB Percentages of Color #dd858c

%44.74
%26.92
%28.34

CMYK Percentages of Color #dd858c

%0
%40
%37
%13

Triadic Colors of #dd858c

#dd858c #8cdd85 #858cdd

Analogous Colors of #dd858c

#dd858c #ddaa85 #dd85b8

Monochromatic Colors of #dd858c

#dd858c

Complementary Color

#dd858c #85ddd6

#dd858c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd858c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd858c Color CSS Codes

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

#dd858c Text Font Color

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

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


#dd858c Background Color

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

This div background color is #dd858c


#dd858c Border Color

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

This div border color is #dd858c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd858c


Comments

No comments written yet.

Please login to write comment.