Color Hex Logo

#c61592 Color Hex

#C61592
(198,21,146)
0 Favorites   0 Comments

Color spaces of #c61592

RGB 19821146
HSL0.880.810.43
HSV318°89°78°
CMYK 0.000.890.26   0.22
XYZ28.745214.617428.5005
Yxy14.61740.40000.2034
Hunter Lab38.232767.2977-17.4347
CIE-Lab45.105672.2319-22.5818

#c61592 color RGB value is (198,21,146).

#c61592 hex color red value is 198, green value is 21 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #c61592 hue: 0.88 , saturation: 0.81 and the lightness value of c61592 is 0.43.

The process color (four color CMYK) of #c61592 color hex is 0.00, 0.89, 0.26, 0.22. Web safe color of #c61592 is #cc0099. Color #c61592 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010101 10010010
Octal 306 25 222
Decimal 198 21 146
Hex C6 15 92

RGB Percentages of Color #c61592

%54.25
%5.75
%40.00

CMYK Percentages of Color #c61592

%0
%89
%26
%22

Triadic Colors of #c61592

#c61592 #92c615 #1592c6

Analogous Colors of #c61592

#c61592 #c6153a #a215c6

Monochromatic Colors of #c61592

#c61592

Complementary Color

#c61592 #15c649

#c61592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c61592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c61592 Color CSS Codes

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

#c61592 Text Font Color

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

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


#c61592 Background Color

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

This div background color is #c61592


#c61592 Border Color

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

This div border color is #c61592


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c61592


Comments

No comments written yet.

Please login to write comment.