Color Hex Logo

#c75daa Color Hex

#C75DAA
(199,93,170)
0 Favorites   0 Comments

Color spaces of #c75daa

RGB 19993170
HSL0.880.490.57
HSV316°53°78°
CMYK 0.000.530.15   0.22
XYZ34.723222.873140.6150
Yxy22.87310.35360.2329
Hunter Lab47.825845.9019-16.8726
CIE-Lab54.941451.6532-21.6573

#c75daa color RGB value is (199,93,170).

#c75daa hex color red value is 199, green value is 93 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c75daa hue: 0.88 , saturation: 0.49 and the lightness value of c75daa is 0.57.

The process color (four color CMYK) of #c75daa color hex is 0.00, 0.53, 0.15, 0.22. Web safe color of #c75daa is #cc6699. Color #c75daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01011101 10101010
Octal 307 135 252
Decimal 199 93 170
Hex C7 5D AA

RGB Percentages of Color #c75daa

%43.07
%20.13
%36.80

CMYK Percentages of Color #c75daa

%0
%53
%15
%22

Triadic Colors of #c75daa

#c75daa #aac75d #5daac7

Analogous Colors of #c75daa

#c75daa #c75d75 #af5dc7

Monochromatic Colors of #c75daa

#c75daa

Complementary Color

#c75daa #5dc77a

#c75daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75daa Color CSS Codes

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

#c75daa Text Font Color

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

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


#c75daa Background Color

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

This div background color is #c75daa


#c75daa Border Color

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

This div border color is #c75daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75daa


Comments

No comments written yet.

Please login to write comment.