Color Hex Logo

#c238ac Color Hex

#C238AC
(194,56,172)
0 Favorites   0 Comments

Color spaces of #c238ac

RGB 19456172
HSL0.860.550.49
HSV310°71°76°
CMYK 0.000.710.11   0.24
XYZ31.108717.276240.7248
Yxy17.27620.34910.1939
Hunter Lab41.564660.8586-28.9967
CIE-Lab48.606266.1007-32.7097

#c238ac color RGB value is (194,56,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00111000 10101100
Octal 302 70 254
Decimal 194 56 172
Hex C2 38 AC

RGB Percentages of Color #c238ac

%45.97
%13.27
%40.76

CMYK Percentages of Color #c238ac

%0
%71
%11
%24

Triadic Colors of #c238ac

#c238ac #acc238 #38acc2

Analogous Colors of #c238ac

#c238ac #c23867 #9338c2

Monochromatic Colors of #c238ac

#c238ac

Complementary Color

#c238ac #38c24e

#c238ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c238ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c238ac Color CSS Codes

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

#c238ac Text Font Color

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

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


#c238ac Background Color

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

This div background color is #c238ac


#c238ac Border Color

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

This div border color is #c238ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c238ac


Comments

No comments written yet.

Please login to write comment.