Color Hex Logo

#d55881 Color Hex

#D55881
(213,88,129)
0 Favorites   0 Comments

Color spaces of #d55881

RGB 21388129
HSL0.950.600.59
HSV340°59°84°
CMYK 0.000.590.39   0.16
XYZ34.892722.710623.3134
Yxy22.71060.43120.2807
Hunter Lab47.655647.29754.3540
CIE-Lab54.773052.95972.3726

#d55881 color RGB value is (213,88,129).

#d55881 hex color red value is 213, green value is 88 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #d55881 hue: 0.95 , saturation: 0.60 and the lightness value of d55881 is 0.59.

The process color (four color CMYK) of #d55881 color hex is 0.00, 0.59, 0.39, 0.16. Web safe color of #d55881 is #cc6699. Color #d55881 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011000 10000001
Octal 325 130 201
Decimal 213 88 129
Hex D5 58 81

RGB Percentages of Color #d55881

%49.53
%20.47
%30.00

CMYK Percentages of Color #d55881

%0
%59
%39
%16

Triadic Colors of #d55881

#d55881 #81d558 #5881d5

Analogous Colors of #d55881

#d55881 #d56e58 #d558c0

Monochromatic Colors of #d55881

#d55881

Complementary Color

#d55881 #58d5ac

#d55881 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55881 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55881 Color CSS Codes

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

#d55881 Text Font Color

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

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


#d55881 Background Color

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

This div background color is #d55881


#d55881 Border Color

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

This div border color is #d55881


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55881


Comments

No comments written yet.

Please login to write comment.