Color Hex Logo

#d15884 Color Hex

#D15884
(209,88,132)
0 Favorites   0 Comments

Color spaces of #d15884

RGB 20988132
HSL0.940.570.58
HSV338°58°82°
CMYK 0.000.580.37   0.18
XYZ33.949122.200724.3256
Yxy22.20070.42190.2759
Hunter Lab47.117646.15672.3724
CIE-Lab54.239352.0033-0.2547

#d15884 color RGB value is (209,88,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01011000 10000100
Octal 321 130 204
Decimal 209 88 132
Hex D1 58 84

RGB Percentages of Color #d15884

%48.72
%20.51
%30.77

CMYK Percentages of Color #d15884

%0
%58
%37
%18

Triadic Colors of #d15884

#d15884 #84d158 #5884d1

Analogous Colors of #d15884

#d15884 #d16958 #d158c1

Monochromatic Colors of #d15884

#d15884

Complementary Color

#d15884 #58d1a5

#d15884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d15884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d15884 Color CSS Codes

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

#d15884 Text Font Color

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

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


#d15884 Background Color

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

This div background color is #d15884


#d15884 Border Color

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

This div border color is #d15884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d15884


Comments

No comments written yet.

Please login to write comment.