Color Hex Logo

#d85db4 Color Hex

#D85DB4
(216,93,180)
0 Favorites   0 Comments

Color spaces of #d85db4

RGB 21693180
HSL0.880.610.61
HSV318°57°85°
CMYK 0.000.570.17   0.15
XYZ40.471525.722946.0120
Yxy25.72290.36070.2292
Hunter Lab50.717753.6825-18.2865
CIE-Lab57.773158.1734-22.8888

#d85db4 color RGB value is (216,93,180).

#d85db4 hex color red value is 216, green value is 93 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #d85db4 hue: 0.88 , saturation: 0.61 and the lightness value of d85db4 is 0.61.

The process color (four color CMYK) of #d85db4 color hex is 0.00, 0.57, 0.17, 0.15. Web safe color of #d85db4 is #cc66cc. Color #d85db4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01011101 10110100
Octal 330 135 264
Decimal 216 93 180
Hex D8 5D B4

RGB Percentages of Color #d85db4

%44.17
%19.02
%36.81

CMYK Percentages of Color #d85db4

%0
%57
%17
%15

Triadic Colors of #d85db4

#d85db4 #b4d85d #5db4d8

Analogous Colors of #d85db4

#d85db4 #d85d77 #bf5dd8

Monochromatic Colors of #d85db4

#d85db4

Complementary Color

#d85db4 #5dd881

#d85db4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d85db4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d85db4 Color CSS Codes

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

#d85db4 Text Font Color

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

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


#d85db4 Background Color

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

This div background color is #d85db4


#d85db4 Border Color

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

This div border color is #d85db4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d85db4


Comments

No comments written yet.

Please login to write comment.