Color Hex Logo

#c20502 Color Hex

#C20502
(194,5,2)
0 Favorites   0 Comments

Color spaces of #c20502

RGB 19452
HSL0.000.980.38
HSV99°76°
CMYK 0.000.970.99   0.24
XYZ22.313411.58231.1170
Yxy11.58230.63730.3308
Hunter Lab34.032857.475221.8770
CIE-Lab40.544464.720154.0332

#c20502 color RGB value is (194,5,2).

#c20502 hex color red value is 194, green value is 5 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #c20502 hue: 0.00 , saturation: 0.98 and the lightness value of c20502 is 0.38.

The process color (four color CMYK) of #c20502 color hex is 0.00, 0.97, 0.99, 0.24. Web safe color of #c20502 is #cc0000. Color #c20502 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00000101 00000010
Octal 302 5 2
Decimal 194 5 2
Hex C2 5 2

RGB Percentages of Color #c20502

%96.52
%2.49
%1.00

CMYK Percentages of Color #c20502

%0
%97
%99
%24

Triadic Colors of #c20502

#c20502 #02c205 #0502c2

Analogous Colors of #c20502

#c20502 #c26502 #c2025f

Monochromatic Colors of #c20502

#c20502

Complementary Color

#c20502 #02bfc2

#c20502 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c20502 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c20502 Color CSS Codes

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

#c20502 Text Font Color

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

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


#c20502 Background Color

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

This div background color is #c20502


#c20502 Border Color

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

This div border color is #c20502


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,5,2, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c20502; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c20502;
  -webkit-box-shadow: 1px 1px 3px 2px #c20502;
  box-shadow:         1px 1px 3px 2px #c20502; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c20502


Comments

No comments written yet.

Please login to write comment.