Color Hex Logo

#c230aa Color Hex

#C230AA
(194,48,170)
0 Favorites   0 Comments

Color spaces of #c230aa

RGB 19448170
HSL0.860.600.47
HSV310°75°76°
CMYK 0.000.750.12   0.24
XYZ30.560816.485539.6015
Yxy16.48550.35270.1903
Hunter Lab40.602363.3003-29.4069
CIE-Lab47.605168.3807-33.0984

#c230aa color RGB value is (194,48,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00110000 10101010
Octal 302 60 252
Decimal 194 48 170
Hex C2 30 AA

RGB Percentages of Color #c230aa

%47.09
%11.65
%41.26

CMYK Percentages of Color #c230aa

%0
%75
%12
%24

Triadic Colors of #c230aa

#c230aa #aac230 #30aac2

Analogous Colors of #c230aa

#c230aa #c23061 #9130c2

Monochromatic Colors of #c230aa

#c230aa

Complementary Color

#c230aa #30c248

#c230aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c230aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c230aa Color CSS Codes

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

#c230aa Text Font Color

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

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


#c230aa Background Color

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

This div background color is #c230aa


#c230aa Border Color

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

This div border color is #c230aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c230aa


Comments

No comments written yet.

Please login to write comment.