Color Hex Logo

#c272aa Color Hex

#C272AA
(194,114,170)
0 Favorites   0 Comments

Color spaces of #c272aa

RGB 194114170
HSL0.880.400.60
HSV318°41°76°
CMYK 0.000.410.12   0.24
XYZ35.521126.406241.2550
Yxy26.40620.34430.2559
Hunter Lab51.387033.4605-11.6289
CIE-Lab58.420639.3736-16.4109

#c272aa color RGB value is (194,114,170).

#c272aa hex color red value is 194, green value is 114 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c272aa hue: 0.88 , saturation: 0.40 and the lightness value of c272aa is 0.60.

The process color (four color CMYK) of #c272aa color hex is 0.00, 0.41, 0.12, 0.24. Web safe color of #c272aa is #cc6699. Color #c272aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110010 10101010
Octal 302 162 252
Decimal 194 114 170
Hex C2 72 AA

RGB Percentages of Color #c272aa

%40.59
%23.85
%35.56

CMYK Percentages of Color #c272aa

%0
%41
%12
%24

Triadic Colors of #c272aa

#c272aa #aac272 #72aac2

Analogous Colors of #c272aa

#c272aa #c27282 #b272c2

Monochromatic Colors of #c272aa

#c272aa

Complementary Color

#c272aa #72c28a

#c272aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c272aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c272aa Color CSS Codes

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

#c272aa Text Font Color

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

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


#c272aa Background Color

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

This div background color is #c272aa


#c272aa Border Color

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

This div border color is #c272aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c272aa


Comments

No comments written yet.

Please login to write comment.