Color Hex Logo

#c0233b Color Hex

#C0233B
(192,35,59)
0 Favorites   0 Comments

Color spaces of #c0233b

RGB 1923559
HSL0.970.690.45
HSV351°82°75°
CMYK 0.000.820.69   0.25
XYZ23.128712.72435.3747
Yxy12.72430.56100.3086
Hunter Lab35.671153.312616.0364
CIE-Lab42.344960.671427.2286

#c0233b color RGB value is (192,35,59).

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

The process color (four color CMYK) of #c0233b color hex is 0.00, 0.82, 0.69, 0.25. Web safe color of #c0233b is #cc3333. Color #c0233b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100011 00111011
Octal 300 43 73
Decimal 192 35 59
Hex C0 23 3B

RGB Percentages of Color #c0233b

%67.13
%12.24
%20.63

CMYK Percentages of Color #c0233b

%0
%82
%69
%25

Triadic Colors of #c0233b

#c0233b #3bc023 #233bc0

Analogous Colors of #c0233b

#c0233b #c05923 #c0238a

Monochromatic Colors of #c0233b

#c0233b

Complementary Color

#c0233b #23c0a8

#c0233b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0233b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0233b Color CSS Codes

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

#c0233b Text Font Color

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

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


#c0233b Background Color

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

This div background color is #c0233b


#c0233b Border Color

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

This div border color is #c0233b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0233b


Comments

No comments written yet.

Please login to write comment.