Color Hex Logo

#c237aa Color Hex

#C237AA
(194,55,170)
0 Favorites   0 Comments

Color spaces of #c237aa

RGB 19455170
HSL0.860.560.49
HSV310°72°76°
CMYK 0.000.720.12   0.24
XYZ30.870017.104039.7046
Yxy17.10400.35210.1951
Hunter Lab41.357060.8626-27.9712
CIE-Lab48.390866.1454-31.8675

#c237aa color RGB value is (194,55,170).

#c237aa hex color red value is 194, green value is 55 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c237aa hue: 0.86 , saturation: 0.56 and the lightness value of c237aa is 0.49.

The process color (four color CMYK) of #c237aa color hex is 0.00, 0.72, 0.12, 0.24. Web safe color of #c237aa is #cc3399. Color #c237aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00110111 10101010
Octal 302 67 252
Decimal 194 55 170
Hex C2 37 AA

RGB Percentages of Color #c237aa

%46.30
%13.13
%40.57

CMYK Percentages of Color #c237aa

%0
%72
%12
%24

Triadic Colors of #c237aa

#c237aa #aac237 #37aac2

Analogous Colors of #c237aa

#c237aa #c23765 #9537c2

Monochromatic Colors of #c237aa

#c237aa

Complementary Color

#c237aa #37c24f

#c237aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c237aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c237aa Color CSS Codes

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

#c237aa Text Font Color

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

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


#c237aa Background Color

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

This div background color is #c237aa


#c237aa Border Color

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

This div border color is #c237aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c237aa


Comments

No comments written yet.

Please login to write comment.