Color Hex Logo

#d85bda Color Hex

#D85BDA
(216,91,218)
0 Favorites   0 Comments

Color spaces of #d85bda

RGB 21691218
HSL0.830.630.61
HSV299°58°85°
CMYK 0.010.580.00   0.15
XYZ44.714927.143169.2121
Yxy27.14310.31700.1924
Hunter Lab52.099062.0274-42.2958
CIE-Lab59.106565.1380-42.4699

#d85bda color RGB value is (216,91,218).

#d85bda hex color red value is 216, green value is 91 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d85bda hue: 0.83 , saturation: 0.63 and the lightness value of d85bda is 0.61.

The process color (four color CMYK) of #d85bda color hex is 0.01, 0.58, 0.00, 0.15. Web safe color of #d85bda is #cc66cc. Color #d85bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01011011 11011010
Octal 330 133 332
Decimal 216 91 218
Hex D8 5B DA

RGB Percentages of Color #d85bda

%41.14
%17.33
%41.52

CMYK Percentages of Color #d85bda

%1
%58
%0
%15

Triadic Colors of #d85bda

#d85bda #dad85b #5bdad8

Analogous Colors of #d85bda

#d85bda #da5b9d #995bda

Monochromatic Colors of #d85bda

#d85bda

Complementary Color

#d85bda #5dda5b

#d85bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d85bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d85bda Color CSS Codes

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

#d85bda Text Font Color

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

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


#d85bda Background Color

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

This div background color is #d85bda


#d85bda Border Color

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

This div border color is #d85bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d85bda


Comments

No comments written yet.

Please login to write comment.