Color Hex Logo

#c0236f Color Hex

#C0236F
(192,35,111)
0 Favorites   0 Comments

Color spaces of #c0236f

RGB 19235111
HSL0.920.690.45
HSV331°82°75°
CMYK 0.000.820.42   0.25
XYZ25.208513.556216.3269
Yxy13.55620.45760.2461
Hunter Lab36.818757.7799-0.5184
CIE-Lab43.589664.3955-3.5131

#c0236f color RGB value is (192,35,111).

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

The process color (four color CMYK) of #c0236f color hex is 0.00, 0.82, 0.42, 0.25. Web safe color of #c0236f is #cc3366. Color #c0236f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100011 01101111
Octal 300 43 157
Decimal 192 35 111
Hex C0 23 6F

RGB Percentages of Color #c0236f

%56.80
%10.36
%32.84

CMYK Percentages of Color #c0236f

%0
%82
%42
%25

Triadic Colors of #c0236f

#c0236f #6fc023 #236fc0

Analogous Colors of #c0236f

#c0236f #c02523 #c023be

Monochromatic Colors of #c0236f

#c0236f

Complementary Color

#c0236f #23c074

#c0236f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0236f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0236f Color CSS Codes

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

#c0236f Text Font Color

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

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


#c0236f Background Color

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

This div background color is #c0236f


#c0236f Border Color

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

This div border color is #c0236f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0236f


Comments

No comments written yet.

Please login to write comment.