Color Hex Logo

#d575ba Color Hex

#D575BA
(213,117,186)
0 Favorites   0 Comments

Color spaces of #d575ba

RGB 213117186
HSL0.880.530.65
HSV317°45°84°
CMYK 0.000.450.13   0.16
XYZ42.664830.413950.0762
Yxy30.41390.34640.2470
Hunter Lab55.148841.5827-15.2323
CIE-Lab62.009746.5881-19.8791

#d575ba color RGB value is (213,117,186).

#d575ba hex color red value is 213, green value is 117 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d575ba hue: 0.88 , saturation: 0.53 and the lightness value of d575ba is 0.65.

The process color (four color CMYK) of #d575ba color hex is 0.00, 0.45, 0.13, 0.16. Web safe color of #d575ba is #cc66cc. Color #d575ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01110101 10111010
Octal 325 165 272
Decimal 213 117 186
Hex D5 75 BA

RGB Percentages of Color #d575ba

%41.28
%22.67
%36.05

CMYK Percentages of Color #d575ba

%0
%45
%13
%16

Triadic Colors of #d575ba

#d575ba #bad575 #75bad5

Analogous Colors of #d575ba

#d575ba #d5758a #c075d5

Monochromatic Colors of #d575ba

#d575ba

Complementary Color

#d575ba #75d590

#d575ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d575ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d575ba Color CSS Codes

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

#d575ba Text Font Color

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

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


#d575ba Background Color

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

This div background color is #d575ba


#d575ba Border Color

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

This div border color is #d575ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d575ba


Comments

No comments written yet.

Please login to write comment.