color codes Logo

#d15bae color codes

#D15BAE
(209,91,174)
0 Favorites   0 Comments

Color spaces of #d15bae

RGB 20991174
HSL0.880.560.59
HSV318°56°82°
CMYK 0.000.560.17   0.18
XYZ37.675624.093542.7092
Yxy24.09350.36060.2306
Hunter Lab49.085151.1098-17.2289
CIE-Lab56.181356.1650-21.9527

#d15bae color RGB value is (209,91,174).

#d15bae hex color red value is 209, green value is 91 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d15bae hue: 0.88 , saturation: 0.56 and the lightness value of d15bae is 0.59.

The process color (four color CMYK) of #d15bae color code is 0.00, 0.56, 0.17, 0.18. Web safe color of #d15bae is #cc6699. Color #d15bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01011011 10101110
Octal 321 133 256
Decimal 209 91 174
Hex D1 5B AE

RGB Percentages of Color #d15bae

%44.09
%19.20
%36.71

CMYK Percentages of Color #d15bae

%0
%56
%17
%18

Triadic Colors of #d15bae

#d15bae #aed15b #5baed1

Analogous Colors of #d15bae

#d15bae #d15b73 #b95bd1

Monochromatic Colors of #d15bae

#d15bae

Complementary Color

#d15bae #5bd17e

#d15bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d15bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d15bae Color CSS Codes

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

#d15bae Text Font Color

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

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


#d15bae Background Color

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

This div background color is #d15bae


#d15bae Border Color

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

This div border color is #d15bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d15bae


Comments

No comments written yet.

Please login to write comment.