Color Hex Logo

#d575af Color Hex

#D575AF
(213,117,175)
0 Favorites   0 Comments

Color spaces of #d575af

RGB 213117175
HSL0.900.530.65
HSV324°45°84°
CMYK 0.000.450.18   0.16
XYZ41.539729.963944.1517
Yxy29.96390.35920.2591
Hunter Lab54.739339.6635-9.5047
CIE-Lab61.623144.8595-14.2003

#d575af color RGB value is (213,117,175).

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

The process color (four color CMYK) of #d575af color hex is 0.00, 0.45, 0.18, 0.16. Web safe color of #d575af is #cc6699. Color #d575af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01110101 10101111
Octal 325 165 257
Decimal 213 117 175
Hex D5 75 AF

RGB Percentages of Color #d575af

%42.18
%23.17
%34.65

CMYK Percentages of Color #d575af

%0
%45
%18
%16

Triadic Colors of #d575af

#d575af #afd575 #75afd5

Analogous Colors of #d575af

#d575af #d5757f #cb75d5

Monochromatic Colors of #d575af

#d575af

Complementary Color

#d575af #75d59b

#d575af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d575af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d575af Color CSS Codes

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

#d575af Text Font Color

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

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


#d575af Background Color

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

This div background color is #d575af


#d575af Border Color

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

This div border color is #d575af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,117,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d575af


Comments

No comments written yet.

Please login to write comment.