Color Hex Logo

#c02030 Color Hex

#C02030
(192,32,48)
0 Favorites   0 Comments

Color spaces of #c02030

RGB 1923248
HSL0.980.710.44
HSV354°83°75°
CMYK 0.000.830.75   0.25
XYZ22.788212.45293.9989
Yxy12.45290.58070.3174
Hunter Lab35.288753.514017.9833
CIE-Lab41.927160.932833.3944

#c02030 color RGB value is (192,32,48).

#c02030 hex color red value is 192, green value is 32 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #c02030 hue: 0.98 , saturation: 0.71 and the lightness value of c02030 is 0.44.

The process color (four color CMYK) of #c02030 color hex is 0.00, 0.83, 0.75, 0.25. Web safe color of #c02030 is #cc3333. Color #c02030 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100000 00110000
Octal 300 40 60
Decimal 192 32 48
Hex C0 20 30

RGB Percentages of Color #c02030

%70.59
%11.76
%17.65

CMYK Percentages of Color #c02030

%0
%83
%75
%25

Triadic Colors of #c02030

#c02030 #30c020 #2030c0

Analogous Colors of #c02030

#c02030 #c06020 #c02080

Monochromatic Colors of #c02030

#c02030

Complementary Color

#c02030 #20c0b0

#c02030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c02030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c02030 Color CSS Codes

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

#c02030 Text Font Color

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

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


#c02030 Background Color

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

This div background color is #c02030


#c02030 Border Color

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

This div border color is #c02030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c02030


Comments

No comments written yet.

Please login to write comment.