Color Hex Logo

#c61c5b Color Hex

#C61C5B
(198,28,91)
0 Favorites   0 Comments

Color spaces of #c61c5b

RGB 1982891
HSL0.940.750.44
HSV338°86°78°
CMYK 0.000.860.54   0.22
XYZ25.592313.591611.1721
Yxy13.59160.50820.2699
Hunter Lab36.866859.39487.8395
CIE-Lab43.641465.79439.1987

#c61c5b color RGB value is (198,28,91).

#c61c5b hex color red value is 198, green value is 28 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #c61c5b hue: 0.94 , saturation: 0.75 and the lightness value of c61c5b is 0.44.

The process color (four color CMYK) of #c61c5b color hex is 0.00, 0.86, 0.54, 0.22. Web safe color of #c61c5b is #cc3366. Color #c61c5b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00011100 01011011
Octal 306 34 133
Decimal 198 28 91
Hex C6 1C 5B

RGB Percentages of Color #c61c5b

%62.46
%8.83
%28.71

CMYK Percentages of Color #c61c5b

%0
%86
%54
%22

Triadic Colors of #c61c5b

#c61c5b #5bc61c #1c5bc6

Analogous Colors of #c61c5b

#c61c5b #c6321c #c61cb0

Monochromatic Colors of #c61c5b

#c61c5b

Complementary Color

#c61c5b #1cc687

#c61c5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c61c5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c61c5b Color CSS Codes

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

#c61c5b Text Font Color

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

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


#c61c5b Background Color

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

This div background color is #c61c5b


#c61c5b Border Color

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

This div border color is #c61c5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c61c5b


Comments

No comments written yet.

Please login to write comment.