Color Hex Logo

#c245aa Color Hex

#C245AA
(194,69,170)
0 Favorites   0 Comments

Color spaces of #c245aa

RGB 19469170
HSL0.870.510.52
HSV312°64°76°
CMYK 0.000.640.12   0.24
XYZ31.632018.627939.9586
Yxy18.62790.35060.2065
Hunter Lab43.160155.2926-24.6801
CIE-Lab50.249060.9409-28.9678

#c245aa color RGB value is (194,69,170).

#c245aa hex color red value is 194, green value is 69 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c245aa hue: 0.87 , saturation: 0.51 and the lightness value of c245aa is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000101 10101010
Octal 302 105 252
Decimal 194 69 170
Hex C2 45 AA

RGB Percentages of Color #c245aa

%44.80
%15.94
%39.26

CMYK Percentages of Color #c245aa

%0
%64
%12
%24

Triadic Colors of #c245aa

#c245aa #aac245 #45aac2

Analogous Colors of #c245aa

#c245aa #c2456c #9c45c2

Monochromatic Colors of #c245aa

#c245aa

Complementary Color

#c245aa #45c25d

#c245aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c245aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c245aa Color CSS Codes

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

#c245aa Text Font Color

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

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


#c245aa Background Color

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

This div background color is #c245aa


#c245aa Border Color

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

This div border color is #c245aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c245aa


Comments

No comments written yet.

Please login to write comment.