Color Hex Logo

#c61328 Color Hex

#C61328
(198,19,40)
0 Favorites   0 Comments

Color spaces of #c61328

RGB 1981940
HSL0.980.820.43
HSV353°90°78°
CMYK 0.000.900.80   0.22
XYZ23.904612.62473.1844
Yxy12.62470.60190.3179
Hunter Lab35.531357.910919.5582
CIE-Lab42.192264.781638.7118

#c61328 color RGB value is (198,19,40).

#c61328 hex color red value is 198, green value is 19 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #c61328 hue: 0.98 , saturation: 0.82 and the lightness value of c61328 is 0.43.

The process color (four color CMYK) of #c61328 color hex is 0.00, 0.90, 0.80, 0.22. Web safe color of #c61328 is #cc0033. Color #c61328 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010011 00101000
Octal 306 23 50
Decimal 198 19 40
Hex C6 13 28

RGB Percentages of Color #c61328

%77.04
%7.39
%15.56

CMYK Percentages of Color #c61328

%0
%90
%80
%22

Triadic Colors of #c61328

#c61328 #28c613 #1328c6

Analogous Colors of #c61328

#c61328 #c65713 #c61382

Monochromatic Colors of #c61328

#c61328

Complementary Color

#c61328 #13c6b1

#c61328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c61328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c61328 Color CSS Codes

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

#c61328 Text Font Color

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

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


#c61328 Background Color

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

This div background color is #c61328


#c61328 Border Color

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

This div border color is #c61328


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,19,40, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c61328; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c61328;
  -webkit-box-shadow: 1px 1px 3px 2px #c61328;
  box-shadow:         1px 1px 3px 2px #c61328; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c61328


Comments

No comments written yet.

Please login to write comment.