Color Hex Logo

#c23acc Color Hex

#C23ACC
(194,58,204)
0 Favorites   0 Comments

Color spaces of #c23acc

RGB 19458204
HSL0.820.590.51
HSV296°72°80°
CMYK 0.050.720.00   0.20
XYZ34.660318.855158.9393
Yxy18.85510.30820.1677
Hunter Lab43.422566.4914-50.0813
CIE-Lab50.517270.5068-48.3116

#c23acc color RGB value is (194,58,204).

#c23acc hex color red value is 194, green value is 58 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c23acc hue: 0.82 , saturation: 0.59 and the lightness value of c23acc is 0.51.

The process color (four color CMYK) of #c23acc color hex is 0.05, 0.72, 0.00, 0.20. Web safe color of #c23acc is #cc33cc. Color #c23acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00111010 11001100
Octal 302 72 314
Decimal 194 58 204
Hex C2 3A CC

RGB Percentages of Color #c23acc

%42.54
%12.72
%44.74

CMYK Percentages of Color #c23acc

%5
%72
%0
%20

Triadic Colors of #c23acc

#c23acc #ccc23a #3accc2

Analogous Colors of #c23acc

#c23acc #cc3a8d #793acc

Monochromatic Colors of #c23acc

#c23acc

Complementary Color

#c23acc #44cc3a

#c23acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c23acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c23acc Color CSS Codes

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

#c23acc Text Font Color

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

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


#c23acc Background Color

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

This div background color is #c23acc


#c23acc Border Color

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

This div border color is #c23acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c23acc


Comments

No comments written yet.

Please login to write comment.