Color Hex Logo

#d85acb Color Hex

#D85ACB
(216,90,203)
0 Favorites   0 Comments

Color spaces of #d85acb

RGB 21690203
HSL0.850.620.60
HSV306°58°85°
CMYK 0.000.580.06   0.15
XYZ42.754626.223159.3081
Yxy26.22310.33330.2044
Hunter Lab51.208559.4170-32.8219
CIE-Lab58.248263.0699-35.3216

#d85acb color RGB value is (216,90,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01011010 11001011
Octal 330 132 313
Decimal 216 90 203
Hex D8 5A CB

RGB Percentages of Color #d85acb

%42.44
%17.68
%39.88

CMYK Percentages of Color #d85acb

%0
%58
%6
%15

Triadic Colors of #d85acb

#d85acb #cbd85a #5acbd8

Analogous Colors of #d85acb

#d85acb #d85a8c #a65ad8

Monochromatic Colors of #d85acb

#d85acb

Complementary Color

#d85acb #5ad867

#d85acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d85acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d85acb Color CSS Codes

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

#d85acb Text Font Color

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

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


#d85acb Background Color

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

This div background color is #d85acb


#d85acb Border Color

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

This div border color is #d85acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d85acb


Comments

No comments written yet.

Please login to write comment.