Color Hex Logo

#d55497 Color Hex

#D55497
(213,84,151)
0 Favorites   0 Comments

Color spaces of #d55497

RGB 21384151
HSL0.910.610.58
HSV329°61°84°
CMYK 0.000.610.29   0.16
XYZ36.196822.721131.7560
Yxy22.72110.39920.2506
Hunter Lab47.666752.1315-6.1329
CIE-Lab54.783957.3185-10.5919

#d55497 color RGB value is (213,84,151).

#d55497 hex color red value is 213, green value is 84 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #d55497 hue: 0.91 , saturation: 0.61 and the lightness value of d55497 is 0.58.

The process color (four color CMYK) of #d55497 color hex is 0.00, 0.61, 0.29, 0.16. Web safe color of #d55497 is #cc6699. Color #d55497 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010100 10010111
Octal 325 124 227
Decimal 213 84 151
Hex D5 54 97

RGB Percentages of Color #d55497

%47.54
%18.75
%33.71

CMYK Percentages of Color #d55497

%0
%61
%29
%16

Triadic Colors of #d55497

#d55497 #97d554 #5497d5

Analogous Colors of #d55497

#d55497 #d55456 #d354d5

Monochromatic Colors of #d55497

#d55497

Complementary Color

#d55497 #54d592

#d55497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55497 Color CSS Codes

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

#d55497 Text Font Color

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

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


#d55497 Background Color

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

This div background color is #d55497


#d55497 Border Color

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

This div border color is #d55497


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,84,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d55497; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d55497;
  -webkit-box-shadow: 1px 1px 3px 2px #d55497;
  box-shadow:         1px 1px 3px 2px #d55497; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,84,151, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55497


Comments

No comments written yet.

Please login to write comment.