Color Hex Logo

#dd858a Color Hex

#DD858A
(221,133,138)
0 Favorites   0 Comments

Color spaces of #dd858a

RGB 221133138
HSL0.990.560.69
HSV357°40°87°
CMYK 0.000.400.38   0.13
XYZ42.793833.982228.3485
Yxy33.98220.40710.3233
Hunter Lab58.294329.021911.9732
CIE-Lab64.948434.306611.8577

#dd858a color RGB value is (221,133,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000101 10001010
Octal 335 205 212
Decimal 221 133 138
Hex DD 85 8A

RGB Percentages of Color #dd858a

%44.92
%27.03
%28.05

CMYK Percentages of Color #dd858a

%0
%40
%38
%13

Triadic Colors of #dd858a

#dd858a #8add85 #858add

Analogous Colors of #dd858a

#dd858a #ddac85 #dd85b6

Monochromatic Colors of #dd858a

#dd858a

Complementary Color

#dd858a #85ddd8

#dd858a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd858a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd858a Color CSS Codes

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

#dd858a Text Font Color

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

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


#dd858a Background Color

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

This div background color is #dd858a


#dd858a Border Color

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

This div border color is #dd858a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd858a


Comments

No comments written yet.

Please login to write comment.