Color Hex Logo

#c023aa Color Hex

#C023AA
(192,35,170)
0 Favorites   0 Comments

Color spaces of #c023aa

RGB 19235170
HSL0.860.690.45
HSV308°82°75°
CMYK 0.000.820.11   0.25
XYZ29.595015.310839.4257
Yxy15.31080.35090.1816
Hunter Lab39.129066.5316-32.3492
CIE-Lab46.057071.4066-35.5560

#c023aa color RGB value is (192,35,170).

#c023aa hex color red value is 192, green value is 35 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c023aa hue: 0.86 , saturation: 0.69 and the lightness value of c023aa is 0.45.

The process color (four color CMYK) of #c023aa color hex is 0.00, 0.82, 0.11, 0.25. Web safe color of #c023aa is #cc3399. Color #c023aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100011 10101010
Octal 300 43 252
Decimal 192 35 170
Hex C0 23 AA

RGB Percentages of Color #c023aa

%48.36
%8.82
%42.82

CMYK Percentages of Color #c023aa

%0
%82
%11
%25

Triadic Colors of #c023aa

#c023aa #aac023 #23aac0

Analogous Colors of #c023aa

#c023aa #c0235c #8823c0

Monochromatic Colors of #c023aa

#c023aa

Complementary Color

#c023aa #23c039

#c023aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c023aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c023aa Color CSS Codes

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

#c023aa Text Font Color

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

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


#c023aa Background Color

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

This div background color is #c023aa


#c023aa Border Color

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

This div border color is #c023aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c023aa


Comments

No comments written yet.

Please login to write comment.