Color Hex Logo

#d85abf Color Hex

#D85ABF
(216,90,191)
0 Favorites   0 Comments

Color spaces of #d85abf

RGB 21690191
HSL0.870.620.60
HSV312°58°85°
CMYK 0.000.580.12   0.15
XYZ41.379025.672852.0647
Yxy25.67280.34740.2155
Hunter Lab50.668357.1049-25.4561
CIE-Lab57.725261.1708-29.2832

#d85abf color RGB value is (216,90,191).

#d85abf hex color red value is 216, green value is 90 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d85abf hue: 0.87 , saturation: 0.62 and the lightness value of d85abf is 0.60.

The process color (four color CMYK) of #d85abf color hex is 0.00, 0.58, 0.12, 0.15. Web safe color of #d85abf is #cc66cc. Color #d85abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01011010 10111111
Octal 330 132 277
Decimal 216 90 191
Hex D8 5A BF

RGB Percentages of Color #d85abf

%43.46
%18.11
%38.43

CMYK Percentages of Color #d85abf

%0
%58
%12
%15

Triadic Colors of #d85abf

#d85abf #bfd85a #5abfd8

Analogous Colors of #d85abf

#d85abf #d85a80 #b25ad8

Monochromatic Colors of #d85abf

#d85abf

Complementary Color

#d85abf #5ad873

#d85abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d85abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d85abf Color CSS Codes

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

#d85abf Text Font Color

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

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


#d85abf Background Color

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

This div background color is #d85abf


#d85abf Border Color

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

This div border color is #d85abf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,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 #d85abf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d85abf


Comments

No comments written yet.

Please login to write comment.