Color Hex Logo

#d585ba Color Hex

#D585BA
(213,133,186)
0 Favorites   0 Comments

Color spaces of #d585ba

RGB 213133186
HSL0.890.490.68
HSV320°38°84°
CMYK 0.000.380.13   0.16
XYZ44.691034.466450.7516
Yxy34.46640.34400.2653
Hunter Lab58.708133.1423-10.1590
CIE-Lab65.331138.2388-14.8435

#d585ba color RGB value is (213,133,186).

#d585ba hex color red value is 213, green value is 133 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d585ba hue: 0.89 , saturation: 0.49 and the lightness value of d585ba is 0.68.

The process color (four color CMYK) of #d585ba color hex is 0.00, 0.38, 0.13, 0.16. Web safe color of #d585ba is #cc99cc. Color #d585ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000101 10111010
Octal 325 205 272
Decimal 213 133 186
Hex D5 85 BA

RGB Percentages of Color #d585ba

%40.04
%25.00
%34.96

CMYK Percentages of Color #d585ba

%0
%38
%13
%16

Triadic Colors of #d585ba

#d585ba #bad585 #85bad5

Analogous Colors of #d585ba

#d585ba #d58592 #c885d5

Monochromatic Colors of #d585ba

#d585ba

Complementary Color

#d585ba #85d5a0

#d585ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d585ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d585ba Color CSS Codes

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

#d585ba Text Font Color

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

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


#d585ba Background Color

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

This div background color is #d585ba


#d585ba Border Color

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

This div border color is #d585ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d585ba


Comments

No comments written yet.

Please login to write comment.