Color Hex Logo

#d15abf Color Hex

#D15ABF
(209,90,191)
0 Favorites   0 Comments

Color spaces of #d15abf

RGB 20990191
HSL0.860.560.59
HSV309°57°82°
CMYK 0.000.570.09   0.18
XYZ39.354624.629251.9699
Yxy24.62920.33940.2124
Hunter Lab49.627854.7009-27.3486
CIE-Lab56.712359.2530-30.9345

#d15abf color RGB value is (209,90,191).

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

The process color (four color CMYK) of #d15abf color hex is 0.00, 0.57, 0.09, 0.18. Web safe color of #d15abf is #cc66cc. Color #d15abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01011010 10111111
Octal 321 132 277
Decimal 209 90 191
Hex D1 5A BF

RGB Percentages of Color #d15abf

%42.65
%18.37
%38.98

CMYK Percentages of Color #d15abf

%0
%57
%9
%18

Triadic Colors of #d15abf

#d15abf #bfd15a #5abfd1

Analogous Colors of #d15abf

#d15abf #d15a84 #a85ad1

Monochromatic Colors of #d15abf

#d15abf

Complementary Color

#d15abf #5ad16c

#d15abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d15abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d15abf Color CSS Codes

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

#d15abf Text Font Color

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

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


#d15abf Background Color

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

This div background color is #d15abf


#d15abf Border Color

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

This div border color is #d15abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d15abf


Comments

No comments written yet.

Please login to write comment.