Color Hex Logo

#c0239e Color Hex

#C0239E
(192,35,158)
0 Favorites   0 Comments

Color spaces of #c0239e

RGB 19235158
HSL0.870.690.45
HSV313°82°75°
CMYK 0.000.820.18   0.25
XYZ28.510814.877233.7166
Yxy14.87720.36980.1929
Hunter Lab38.571064.4440-24.8283
CIE-Lab45.465569.7659-29.3333

#c0239e color RGB value is (192,35,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100011 10011110
Octal 300 43 236
Decimal 192 35 158
Hex C0 23 9E

RGB Percentages of Color #c0239e

%49.87
%9.09
%41.04

CMYK Percentages of Color #c0239e

%0
%82
%18
%25

Triadic Colors of #c0239e

#c0239e #9ec023 #239ec0

Analogous Colors of #c0239e

#c0239e #c02350 #9423c0

Monochromatic Colors of #c0239e

#c0239e

Complementary Color

#c0239e #23c045

#c0239e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0239e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0239e Color CSS Codes

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

#c0239e Text Font Color

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

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


#c0239e Background Color

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

This div background color is #c0239e


#c0239e Border Color

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

This div border color is #c0239e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0239e


Comments

No comments written yet.

Please login to write comment.