Color Hex Logo

#c61473 Color Hex

#C61473
(198,20,115)
0 Favorites   0 Comments

Color spaces of #c61473

RGB 19820115
HSL0.910.820.43
HSV328°90°78°
CMYK 0.000.900.42   0.22
XYZ26.633413.743917.4688
Yxy13.74390.46040.2376
Hunter Lab37.072863.3586-1.9867
CIE-Lab43.863469.1577-5.4626

#c61473 color RGB value is (198,20,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010100 01110011
Octal 306 24 163
Decimal 198 20 115
Hex C6 14 73

RGB Percentages of Color #c61473

%59.46
%6.01
%34.53

CMYK Percentages of Color #c61473

%0
%90
%42
%22

Triadic Colors of #c61473

#c61473 #73c614 #1473c6

Analogous Colors of #c61473

#c61473 #c6141a #c014c6

Monochromatic Colors of #c61473

#c61473

Complementary Color

#c61473 #14c667

#c61473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c61473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c61473 Color CSS Codes

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

#c61473 Text Font Color

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

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


#c61473 Background Color

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

This div background color is #c61473


#c61473 Border Color

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

This div border color is #c61473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c61473


Comments

No comments written yet.

Please login to write comment.