Color Hex Logo

#c61477 Color Hex

#C61477
(198,20,119)
0 Favorites   0 Comments

Color spaces of #c61477

RGB 19820119
HSL0.910.820.43
HSV327°90°78°
CMYK 0.000.900.40   0.22
XYZ26.868613.838018.7076
Yxy13.83800.45220.2329
Hunter Lab37.199563.8287-3.7773
CIE-Lab43.999769.5304-7.7380

#c61477 color RGB value is (198,20,119).

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

The process color (four color CMYK) of #c61477 color hex is 0.00, 0.90, 0.40, 0.22. Web safe color of #c61477 is #cc0066. Color #c61477 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010100 01110111
Octal 306 24 167
Decimal 198 20 119
Hex C6 14 77

RGB Percentages of Color #c61477

%58.75
%5.93
%35.31

CMYK Percentages of Color #c61477

%0
%90
%40
%22

Triadic Colors of #c61477

#c61477 #77c614 #1477c6

Analogous Colors of #c61477

#c61477 #c6141e #bc14c6

Monochromatic Colors of #c61477

#c61477

Complementary Color

#c61477 #14c663

#c61477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c61477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c61477 Color CSS Codes

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

#c61477 Text Font Color

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

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


#c61477 Background Color

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

This div background color is #c61477


#c61477 Border Color

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

This div border color is #c61477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c61477


Comments

No comments written yet.

Please login to write comment.