Color Hex Logo

#c753aa Color Hex

#C753AA
(199,83,170)
0 Favorites   0 Comments

Color spaces of #c753aa

RGB 19983170
HSL0.880.510.55
HSV315°58°78°
CMYK 0.000.580.15   0.22
XYZ33.902121.230940.3413
Yxy21.23090.35510.2224
Hunter Lab46.077050.7003-19.6556
CIE-Lab53.201356.3137-24.3334

#c753aa color RGB value is (199,83,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010011 10101010
Octal 307 123 252
Decimal 199 83 170
Hex C7 53 AA

RGB Percentages of Color #c753aa

%44.03
%18.36
%37.61

CMYK Percentages of Color #c753aa

%0
%58
%15
%22

Triadic Colors of #c753aa

#c753aa #aac753 #53aac7

Analogous Colors of #c753aa

#c753aa #c75370 #aa53c7

Monochromatic Colors of #c753aa

#c753aa

Complementary Color

#c753aa #53c770

#c753aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c753aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c753aa Color CSS Codes

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

#c753aa Text Font Color

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

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


#c753aa Background Color

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

This div background color is #c753aa


#c753aa Border Color

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

This div border color is #c753aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c753aa


Comments

No comments written yet.

Please login to write comment.