Color Hex Logo

#d855ba Color Hex

#D855BA
(216,85,186)
0 Favorites   0 Comments

Color spaces of #d855ba

RGB 21685186
HSL0.870.630.59
HSV314°61°85°
CMYK 0.000.610.14   0.15
XYZ40.430324.641149.0797
Yxy24.64110.35420.2159
Hunter Lab49.639858.5139-23.8731
CIE-Lab56.724062.5675-27.9614

#d855ba color RGB value is (216,85,186).

#d855ba hex color red value is 216, green value is 85 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d855ba hue: 0.87 , saturation: 0.63 and the lightness value of d855ba is 0.59.

The process color (four color CMYK) of #d855ba color hex is 0.00, 0.61, 0.14, 0.15. Web safe color of #d855ba is #cc66cc. Color #d855ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01010101 10111010
Octal 330 125 272
Decimal 216 85 186
Hex D8 55 BA

RGB Percentages of Color #d855ba

%44.35
%17.45
%38.19

CMYK Percentages of Color #d855ba

%0
%61
%14
%15

Triadic Colors of #d855ba

#d855ba #bad855 #55bad8

Analogous Colors of #d855ba

#d855ba #d85579 #b555d8

Monochromatic Colors of #d855ba

#d855ba

Complementary Color

#d855ba #55d873

#d855ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d855ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d855ba Color CSS Codes

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

#d855ba Text Font Color

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

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


#d855ba Background Color

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

This div background color is #d855ba


#d855ba Border Color

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

This div border color is #d855ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d855ba


Comments

No comments written yet.

Please login to write comment.