Color Hex Logo

#d557ae Color Hex

#D557AE
(213,87,174)
0 Favorites   0 Comments

Color spaces of #d557ae

RGB 21387174
HSL0.880.600.59
HSV319°59°84°
CMYK 0.000.590.18   0.16
XYZ38.488724.018542.6519
Yxy24.01850.36600.2284
Hunter Lab49.008754.4188-17.2936
CIE-Lab56.106359.1117-22.0164

#d557ae color RGB value is (213,87,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010111 10101110
Octal 325 127 256
Decimal 213 87 174
Hex D5 57 AE

RGB Percentages of Color #d557ae

%44.94
%18.35
%36.71

CMYK Percentages of Color #d557ae

%0
%59
%18
%16

Triadic Colors of #d557ae

#d557ae #aed557 #57aed5

Analogous Colors of #d557ae

#d557ae #d5576f #bd57d5

Monochromatic Colors of #d557ae

#d557ae

Complementary Color

#d557ae #57d57e

#d557ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d557ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d557ae Color CSS Codes

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

#d557ae Text Font Color

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

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


#d557ae Background Color

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

This div background color is #d557ae


#d557ae Border Color

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

This div border color is #d557ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d557ae


Comments

No comments written yet.

Please login to write comment.