Color Hex Logo

#dd658a Color Hex

#DD658A
(221,101,138)
0 Favorites   0 Comments

Color spaces of #dd658a

RGB 221101138
HSL0.950.640.63
HSV342°54°87°
CMYK 0.000.540.38   0.13
XYZ39.059926.514527.1039
Yxy26.51450.42150.2861
Hunter Lab51.492245.29144.8362
CIE-Lab58.522250.51922.6750

#dd658a color RGB value is (221,101,138).

#dd658a hex color red value is 221, green value is 101 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #dd658a hue: 0.95 , saturation: 0.64 and the lightness value of dd658a is 0.63.

The process color (four color CMYK) of #dd658a color hex is 0.00, 0.54, 0.38, 0.13. Web safe color of #dd658a is #cc6699. Color #dd658a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100101 10001010
Octal 335 145 212
Decimal 221 101 138
Hex DD 65 8A

RGB Percentages of Color #dd658a

%48.04
%21.96
%30.00

CMYK Percentages of Color #dd658a

%0
%54
%38
%13

Triadic Colors of #dd658a

#dd658a #8add65 #658add

Analogous Colors of #dd658a

#dd658a #dd7c65 #dd65c6

Monochromatic Colors of #dd658a

#dd658a

Complementary Color

#dd658a #65ddb8

#dd658a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd658a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd658a Color CSS Codes

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

#dd658a Text Font Color

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

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


#dd658a Background Color

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

This div background color is #dd658a


#dd658a Border Color

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

This div border color is #dd658a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,101,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 #dd658a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd658a


Comments

No comments written yet.

Please login to write comment.