Color Hex Logo

#c152aa Color Hex

#C152AA
(193,82,170)
0 Favorites   0 Comments

Color spaces of #c152aa

RGB 19382170
HSL0.870.470.54
HSV312°58°76°
CMYK 0.000.580.12   0.24
XYZ32.265320.274340.2430
Yxy20.27430.34780.2185
Hunter Lab45.027049.1117-21.4717
CIE-Lab52.145955.0616-26.0362

#c152aa color RGB value is (193,82,170).

#c152aa hex color red value is 193, green value is 82 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c152aa hue: 0.87 , saturation: 0.47 and the lightness value of c152aa is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010010 10101010
Octal 301 122 252
Decimal 193 82 170
Hex C1 52 AA

RGB Percentages of Color #c152aa

%43.37
%18.43
%38.20

CMYK Percentages of Color #c152aa

%0
%58
%12
%24

Triadic Colors of #c152aa

#c152aa #aac152 #52aac1

Analogous Colors of #c152aa

#c152aa #c15273 #a152c1

Monochromatic Colors of #c152aa

#c152aa

Complementary Color

#c152aa #52c169

#c152aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c152aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c152aa Color CSS Codes

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

#c152aa Text Font Color

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

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


#c152aa Background Color

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

This div background color is #c152aa


#c152aa Border Color

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

This div border color is #c152aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c152aa


Comments

No comments written yet.

Please login to write comment.