Color Hex Logo

#d551ad Color Hex

#D551AD
(213,81,173)
0 Favorites   0 Comments

Color spaces of #d551ad

RGB 21381173
HSL0.880.610.58
HSV318°62°84°
CMYK 0.000.620.19   0.16
XYZ37.925823.048141.9850
Yxy23.04810.36840.2239
Hunter Lab48.008456.9970-18.2452
CIE-Lab55.121861.5428-22.9471

#d551ad color RGB value is (213,81,173).

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

The process color (four color CMYK) of #d551ad color hex is 0.00, 0.62, 0.19, 0.16. Web safe color of #d551ad is #cc6699. Color #d551ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010001 10101101
Octal 325 121 255
Decimal 213 81 173
Hex D5 51 AD

RGB Percentages of Color #d551ad

%45.61
%17.34
%37.04

CMYK Percentages of Color #d551ad

%0
%62
%19
%16

Triadic Colors of #d551ad

#d551ad #add551 #51add5

Analogous Colors of #d551ad

#d551ad #d5516b #bb51d5

Monochromatic Colors of #d551ad

#d551ad

Complementary Color

#d551ad #51d579

#d551ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d551ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d551ad Color CSS Codes

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

#d551ad Text Font Color

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

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


#d551ad Background Color

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

This div background color is #d551ad


#d551ad Border Color

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

This div border color is #d551ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d551ad


Comments

No comments written yet.

Please login to write comment.