Color Hex Logo

#dd538e Color Hex

#DD538E
(221,83,142)
0 Favorites   0 Comments

Color spaces of #dd538e

RGB 22183142
HSL0.930.670.60
HSV334°62°87°
CMYK 0.000.620.36   0.13
XYZ37.794523.511728.1374
Yxy23.51170.42260.2629
Hunter Lab48.488954.2758-0.4629
CIE-Lab55.595559.0757-3.9502

#dd538e color RGB value is (221,83,142).

#dd538e hex color red value is 221, green value is 83 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dd538e hue: 0.93 , saturation: 0.67 and the lightness value of dd538e is 0.60.

The process color (four color CMYK) of #dd538e color hex is 0.00, 0.62, 0.36, 0.13. Web safe color of #dd538e is #cc6699. Color #dd538e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010011 10001110
Octal 335 123 216
Decimal 221 83 142
Hex DD 53 8E

RGB Percentages of Color #dd538e

%49.55
%18.61
%31.84

CMYK Percentages of Color #dd538e

%0
%62
%36
%13

Triadic Colors of #dd538e

#dd538e #8edd53 #538edd

Analogous Colors of #dd538e

#dd538e #dd5d53 #dd53d3

Monochromatic Colors of #dd538e

#dd538e

Complementary Color

#dd538e #53dda2

#dd538e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd538e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd538e Color CSS Codes

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

#dd538e Text Font Color

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

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


#dd538e Background Color

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

This div background color is #dd538e


#dd538e Border Color

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

This div border color is #dd538e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd538e


Comments

No comments written yet.

Please login to write comment.