Color Hex Logo

#d15583 Color Hex

#D15583
(209,85,131)
0 Favorites   0 Comments

Color spaces of #d15583

RGB 20985131
HSL0.940.570.58
HSV338°59°82°
CMYK 0.000.590.37   0.18
XYZ33.639721.691023.8865
Yxy21.69100.42470.2738
Hunter Lab46.573647.42522.1931
CIE-Lab53.697653.2572-0.4540

#d15583 color RGB value is (209,85,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010101 10000011
Octal 321 125 203
Decimal 209 85 131
Hex D1 55 83

RGB Percentages of Color #d15583

%49.18
%20.00
%30.82

CMYK Percentages of Color #d15583

%0
%59
%37
%18

Triadic Colors of #d15583

#d15583 #83d155 #5583d1

Analogous Colors of #d15583

#d15583 #d16555 #d155c1

Monochromatic Colors of #d15583

#d15583

Complementary Color

#d15583 #55d1a3

#d15583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d15583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d15583 Color CSS Codes

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

#d15583 Text Font Color

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

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


#d15583 Background Color

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

This div background color is #d15583


#d15583 Border Color

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

This div border color is #d15583


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d15583


Comments

No comments written yet.

Please login to write comment.