Color Hex Logo

#d57bad Color Hex

#D57BAD
(213,123,173)
0 Favorites   0 Comments

Color spaces of #d57bad

RGB 213123173
HSL0.910.520.66
HSV327°42°84°
CMYK 0.000.420.19   0.16
XYZ42.066431.329243.3652
Yxy31.32920.36030.2683
Hunter Lab55.972536.2007-6.7547
CIE-Lab62.784641.4500-11.3135

#d57bad color RGB value is (213,123,173).

#d57bad hex color red value is 213, green value is 123 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d57bad hue: 0.91 , saturation: 0.52 and the lightness value of d57bad is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01111011 10101101
Octal 325 173 255
Decimal 213 123 173
Hex D5 7B AD

RGB Percentages of Color #d57bad

%41.85
%24.17
%33.99

CMYK Percentages of Color #d57bad

%0
%42
%19
%16

Triadic Colors of #d57bad

#d57bad #add57b #7badd5

Analogous Colors of #d57bad

#d57bad #d57b80 #d07bd5

Monochromatic Colors of #d57bad

#d57bad

Complementary Color

#d57bad #7bd5a3

#d57bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d57bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d57bad Color CSS Codes

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

#d57bad Text Font Color

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

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


#d57bad Background Color

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

This div background color is #d57bad


#d57bad Border Color

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

This div border color is #d57bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d57bad


Comments

No comments written yet.

Please login to write comment.