Color Hex Logo

#c0263f Color Hex

#C0263F
(192,38,63)
0 Favorites   0 Comments

Color spaces of #c0263f

RGB 1923863
HSL0.970.670.45
HSV350°80°75°
CMYK 0.000.800.67   0.25
XYZ23.328512.95165.9730
Yxy12.95160.55210.3065
Hunter Lab35.988352.728415.3514
CIE-Lab42.690260.079025.1970

#c0263f color RGB value is (192,38,63).

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

The process color (four color CMYK) of #c0263f color hex is 0.00, 0.80, 0.67, 0.25. Web safe color of #c0263f is #cc3333. Color #c0263f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100110 00111111
Octal 300 46 77
Decimal 192 38 63
Hex C0 26 3F

RGB Percentages of Color #c0263f

%65.53
%12.97
%21.50

CMYK Percentages of Color #c0263f

%0
%80
%67
%25

Triadic Colors of #c0263f

#c0263f #3fc026 #263fc0

Analogous Colors of #c0263f

#c0263f #c05a26 #c0268c

Monochromatic Colors of #c0263f

#c0263f

Complementary Color

#c0263f #26c0a7

#c0263f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0263f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0263f Color CSS Codes

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

#c0263f Text Font Color

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

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


#c0263f Background Color

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

This div background color is #c0263f


#c0263f Border Color

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

This div border color is #c0263f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0263f


Comments

No comments written yet.

Please login to write comment.