Color Hex Logo

#c023ac Color Hex

#C023AC
(192,35,172)
0 Favorites   0 Comments

Color spaces of #c023ac

RGB 19235172
HSL0.850.690.45
HSV308°82°75°
CMYK 0.000.820.10   0.25
XYZ29.785715.387140.4299
Yxy15.38710.34800.1798
Hunter Lab39.226466.8939-33.6506
CIE-Lab46.159971.6893-36.5788

#c023ac color RGB value is (192,35,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100011 10101100
Octal 300 43 254
Decimal 192 35 172
Hex C0 23 AC

RGB Percentages of Color #c023ac

%48.12
%8.77
%43.11

CMYK Percentages of Color #c023ac

%0
%82
%10
%25

Triadic Colors of #c023ac

#c023ac #acc023 #23acc0

Analogous Colors of #c023ac

#c023ac #c0235e #8623c0

Monochromatic Colors of #c023ac

#c023ac

Complementary Color

#c023ac #23c037

#c023ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c023ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c023ac Color CSS Codes

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

#c023ac Text Font Color

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

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


#c023ac Background Color

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

This div background color is #c023ac


#c023ac Border Color

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

This div border color is #c023ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c023ac


Comments

No comments written yet.

Please login to write comment.