Color Hex Logo

#c0239a Color Hex

#C0239A
(192,35,154)
0 Favorites   0 Comments

Color spaces of #c0239a

RGB 19235154
HSL0.870.690.45
HSV315°82°75°
CMYK 0.000.820.20   0.25
XYZ28.172014.741631.9324
Yxy14.74160.37640.1970
Hunter Lab38.394863.7827-22.4343
CIE-Lab45.278269.2422-27.2261

#c0239a color RGB value is (192,35,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100011 10011010
Octal 300 43 232
Decimal 192 35 154
Hex C0 23 9A

RGB Percentages of Color #c0239a

%50.39
%9.19
%40.42

CMYK Percentages of Color #c0239a

%0
%82
%20
%25

Triadic Colors of #c0239a

#c0239a #9ac023 #239ac0

Analogous Colors of #c0239a

#c0239a #c0234c #9823c0

Monochromatic Colors of #c0239a

#c0239a

Complementary Color

#c0239a #23c049

#c0239a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0239a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0239a Color CSS Codes

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

#c0239a Text Font Color

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

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


#c0239a Background Color

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

This div background color is #c0239a


#c0239a Border Color

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

This div border color is #c0239a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,35,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0239a


Comments

No comments written yet.

Please login to write comment.