Color Hex Logo

#c5081e Color Hex

#C5081E
(197,8,30)
0 Favorites   0 Comments

Color spaces of #c5081e

RGB 197830
HSL0.980.920.40
HSV353°96°77°
CMYK 0.000.960.85   0.23
XYZ23.347112.13772.3406
Yxy12.13770.61720.3209
Hunter Lab34.839258.651220.4042
CIE-Lab41.434165.576443.4144

#c5081e color RGB value is (197,8,30).

#c5081e hex color red value is 197, green value is 8 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #c5081e hue: 0.98 , saturation: 0.92 and the lightness value of c5081e is 0.40.

The process color (four color CMYK) of #c5081e color hex is 0.00, 0.96, 0.85, 0.23. Web safe color of #c5081e is #cc0033. Color #c5081e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00001000 00011110
Octal 305 10 36
Decimal 197 8 30
Hex C5 8 1E

RGB Percentages of Color #c5081e

%83.83
%3.40
%12.77

CMYK Percentages of Color #c5081e

%0
%96
%85
%23

Triadic Colors of #c5081e

#c5081e #1ec508 #081ec5

Analogous Colors of #c5081e

#c5081e #c55108 #c5087d

Monochromatic Colors of #c5081e

#c5081e

Complementary Color

#c5081e #08c5af

#c5081e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5081e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5081e Color CSS Codes

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

#c5081e Text Font Color

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

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


#c5081e Background Color

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

This div background color is #c5081e


#c5081e Border Color

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

This div border color is #c5081e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,8,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c5081e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c5081e;
  -webkit-box-shadow: 1px 1px 3px 2px #c5081e;
  box-shadow:         1px 1px 3px 2px #c5081e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5081e


Comments

No comments written yet.

Please login to write comment.