Color Hex Logo

#c23aad Color Hex

#C23AAD
(194,58,173)
0 Favorites   0 Comments

Color spaces of #c23aad

RGB 19458173
HSL0.860.540.49
HSV309°70°76°
CMYK 0.000.700.11   0.24
XYZ31.304017.512641.2655
Yxy17.51260.34750.1944
Hunter Lab41.848160.2909-29.1710
CIE-Lab48.899565.5558-32.8389

#c23aad color RGB value is (194,58,173).

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

The process color (four color CMYK) of #c23aad color hex is 0.00, 0.70, 0.11, 0.24. Web safe color of #c23aad is #cc3399. Color #c23aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00111010 10101101
Octal 302 72 255
Decimal 194 58 173
Hex C2 3A AD

RGB Percentages of Color #c23aad

%45.65
%13.65
%40.71

CMYK Percentages of Color #c23aad

%0
%70
%11
%24

Triadic Colors of #c23aad

#c23aad #adc23a #3aadc2

Analogous Colors of #c23aad

#c23aad #c23a69 #933ac2

Monochromatic Colors of #c23aad

#c23aad

Complementary Color

#c23aad #3ac24f

#c23aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c23aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c23aad Color CSS Codes

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

#c23aad Text Font Color

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

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


#c23aad Background Color

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

This div background color is #c23aad


#c23aad Border Color

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

This div border color is #c23aad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,58,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c23aad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c23aad


Comments

No comments written yet.

Please login to write comment.