Color Hex Logo

#d15781 Color Hex

#D15781
(209,87,129)
0 Favorites   0 Comments

Color spaces of #d15781

RGB 20987129
HSL0.940.570.58
HSV339°58°82°
CMYK 0.000.580.38   0.18
XYZ33.665121.956723.2326
Yxy21.95670.42690.2784
Hunter Lab46.858046.24183.4041
CIE-Lab53.981052.12451.1456

#d15781 color RGB value is (209,87,129).

#d15781 hex color red value is 209, green value is 87 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #d15781 hue: 0.94 , saturation: 0.57 and the lightness value of d15781 is 0.58.

The process color (four color CMYK) of #d15781 color hex is 0.00, 0.58, 0.38, 0.18. Web safe color of #d15781 is #cc6699. Color #d15781 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010111 10000001
Octal 321 127 201
Decimal 209 87 129
Hex D1 57 81

RGB Percentages of Color #d15781

%49.18
%20.47
%30.35

CMYK Percentages of Color #d15781

%0
%58
%38
%18

Triadic Colors of #d15781

#d15781 #81d157 #5781d1

Analogous Colors of #d15781

#d15781 #d16a57 #d157be

Monochromatic Colors of #d15781

#d15781

Complementary Color

#d15781 #57d1a7

#d15781 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d15781 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d15781 Color CSS Codes

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

#d15781 Text Font Color

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

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


#d15781 Background Color

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

This div background color is #d15781


#d15781 Border Color

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

This div border color is #d15781


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d15781


Comments

No comments written yet.

Please login to write comment.