Color Hex Logo

#c30b30 Color Hex

#C30B30
(195,11,48)
0 Favorites   0 Comments

Color spaces of #c30b30

RGB 1951148
HSL0.970.890.40
HSV348°94°76°
CMYK 0.000.940.75   0.24
XYZ23.158812.05483.9025
Yxy12.05480.59210.3082
Hunter Lab34.720058.302317.6399
CIE-Lab41.303165.297232.8571

#c30b30 color RGB value is (195,11,48).

#c30b30 hex color red value is 195, green value is 11 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #c30b30 hue: 0.97 , saturation: 0.89 and the lightness value of c30b30 is 0.40.

The process color (four color CMYK) of #c30b30 color hex is 0.00, 0.94, 0.75, 0.24. Web safe color of #c30b30 is #cc0033. Color #c30b30 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00001011 00110000
Octal 303 13 60
Decimal 195 11 48
Hex C3 B 30

RGB Percentages of Color #c30b30

%76.77
%4.33
%18.90

CMYK Percentages of Color #c30b30

%0
%94
%75
%24

Triadic Colors of #c30b30

#c30b30 #30c30b #0b30c3

Analogous Colors of #c30b30

#c30b30 #c3420b #c30b8c

Monochromatic Colors of #c30b30

#c30b30

Complementary Color

#c30b30 #0bc39e

#c30b30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c30b30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c30b30 Color CSS Codes

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

#c30b30 Text Font Color

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

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


#c30b30 Background Color

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

This div background color is #c30b30


#c30b30 Border Color

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

This div border color is #c30b30


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,11,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 #c30b30">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c30b30


Comments

No comments written yet.

Please login to write comment.