Color Hex Logo

#c61341 Color Hex

#C61341
(198,19,65)
0 Favorites   0 Comments

Color spaces of #c61341

RGB 1981965
HSL0.960.820.43
HSV345°90°78°
CMYK 0.000.900.67   0.22
XYZ24.475712.85326.1919
Yxy12.85320.56240.2953
Hunter Lab35.851459.122014.8560
CIE-Lab42.541265.771024.0228

#c61341 color RGB value is (198,19,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010011 01000001
Octal 306 23 101
Decimal 198 19 65
Hex C6 13 41

RGB Percentages of Color #c61341

%70.21
%6.74
%23.05

CMYK Percentages of Color #c61341

%0
%90
%67
%22

Triadic Colors of #c61341

#c61341 #41c613 #1341c6

Analogous Colors of #c61341

#c61341 #c63f13 #c6139b

Monochromatic Colors of #c61341

#c61341

Complementary Color

#c61341 #13c698

#c61341 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c61341 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c61341 Color CSS Codes

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

#c61341 Text Font Color

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

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


#c61341 Background Color

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

This div background color is #c61341


#c61341 Border Color

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

This div border color is #c61341


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c61341


Comments

No comments written yet.

Please login to write comment.