Color Hex Logo

#c75eaa Color Hex

#C75EAA
(199,94,170)
0 Favorites   0 Comments

Color spaces of #c75eaa

RGB 19994170
HSL0.880.480.57
HSV317°53°78°
CMYK 0.000.530.15   0.22
XYZ34.811623.049840.6445
Yxy23.04980.35340.2340
Hunter Lab48.010245.4103-16.5866
CIE-Lab55.123651.1709-21.3780

#c75eaa color RGB value is (199,94,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01011110 10101010
Octal 307 136 252
Decimal 199 94 170
Hex C7 5E AA

RGB Percentages of Color #c75eaa

%42.98
%20.30
%36.72

CMYK Percentages of Color #c75eaa

%0
%53
%15
%22

Triadic Colors of #c75eaa

#c75eaa #aac75e #5eaac7

Analogous Colors of #c75eaa

#c75eaa #c75e76 #b05ec7

Monochromatic Colors of #c75eaa

#c75eaa

Complementary Color

#c75eaa #5ec77b

#c75eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75eaa Color CSS Codes

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

#c75eaa Text Font Color

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

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


#c75eaa Background Color

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

This div background color is #c75eaa


#c75eaa Border Color

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

This div border color is #c75eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75eaa


Comments

No comments written yet.

Please login to write comment.