Color Hex Logo

#c732aa Color Hex

#C732AA
(199,50,170)
0 Favorites   0 Comments

Color spaces of #c732aa

RGB 19950170
HSL0.870.600.49
HSV312°75°78°
CMYK 0.000.750.15   0.22
XYZ31.949517.325639.6905
Yxy17.32560.35910.1947
Hunter Lab41.624064.1698-27.3990
CIE-Lab48.667768.9123-31.3732

#c732aa color RGB value is (199,50,170).

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

The process color (four color CMYK) of #c732aa color hex is 0.00, 0.75, 0.15, 0.22. Web safe color of #c732aa is #cc3399. Color #c732aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00110010 10101010
Octal 307 62 252
Decimal 199 50 170
Hex C7 32 AA

RGB Percentages of Color #c732aa

%47.49
%11.93
%40.57

CMYK Percentages of Color #c732aa

%0
%75
%15
%22

Triadic Colors of #c732aa

#c732aa #aac732 #32aac7

Analogous Colors of #c732aa

#c732aa #c73260 #9a32c7

Monochromatic Colors of #c732aa

#c732aa

Complementary Color

#c732aa #32c74f

#c732aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c732aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c732aa Color CSS Codes

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

#c732aa Text Font Color

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

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


#c732aa Background Color

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

This div background color is #c732aa


#c732aa Border Color

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

This div border color is #c732aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c732aa


Comments

No comments written yet.

Please login to write comment.