Color Hex Logo

#d75caa Color Hex

#D75CAA
(215,92,170)
0 Favorites   0 Comments

Color spaces of #d75caa

RGB 21592170
HSL0.890.610.60
HSV322°57°84°
CMYK 0.000.570.21   0.16
XYZ39.107225.003640.7952
Yxy25.00360.37280.2383
Hunter Lab50.003652.0964-13.3689
CIE-Lab57.078956.8903-18.1845

#d75caa color RGB value is (215,92,170).

#d75caa hex color red value is 215, green value is 92 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d75caa hue: 0.89 , saturation: 0.61 and the lightness value of d75caa is 0.60.

The process color (four color CMYK) of #d75caa color hex is 0.00, 0.57, 0.21, 0.16. Web safe color of #d75caa is #cc6699. Color #d75caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01011100 10101010
Octal 327 134 252
Decimal 215 92 170
Hex D7 5C AA

RGB Percentages of Color #d75caa

%45.07
%19.29
%35.64

CMYK Percentages of Color #d75caa

%0
%57
%21
%16

Triadic Colors of #d75caa

#d75caa #aad75c #5caad7

Analogous Colors of #d75caa

#d75caa #d75c6d #c75cd7

Monochromatic Colors of #d75caa

#d75caa

Complementary Color

#d75caa #5cd789

#d75caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d75caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d75caa Color CSS Codes

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

#d75caa Text Font Color

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

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


#d75caa Background Color

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

This div background color is #d75caa


#d75caa Border Color

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

This div border color is #d75caa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,92,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d75caa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d75caa;
  -webkit-box-shadow: 1px 1px 3px 2px #d75caa;
  box-shadow:         1px 1px 3px 2px #d75caa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,92,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d75caa


Comments

No comments written yet.

Please login to write comment.