Color Hex Logo

#d1579b Color Hex

#D1579B
(209,87,155)
0 Favorites   0 Comments

Color spaces of #d1579b

RGB 20987155
HSL0.910.570.58
HSV327°58°82°
CMYK 0.000.580.26   0.18
XYZ35.619122.738333.5219
Yxy22.73830.38770.2475
Hunter Lab47.684749.8862-8.3010
CIE-Lab54.801755.3031-12.9754

#d1579b color RGB value is (209,87,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010111 10011011
Octal 321 127 233
Decimal 209 87 155
Hex D1 57 9B

RGB Percentages of Color #d1579b

%46.34
%19.29
%34.37

CMYK Percentages of Color #d1579b

%0
%58
%26
%18

Triadic Colors of #d1579b

#d1579b #9bd157 #579bd1

Analogous Colors of #d1579b

#d1579b #d1575e #ca57d1

Monochromatic Colors of #d1579b

#d1579b

Complementary Color

#d1579b #57d18d

#d1579b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1579b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1579b Color CSS Codes

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

#d1579b Text Font Color

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

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


#d1579b Background Color

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

This div background color is #d1579b


#d1579b Border Color

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

This div border color is #d1579b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1579b


Comments

No comments written yet.

Please login to write comment.