Color Hex Logo

#c61472 Color Hex

#C61472
(198,20,114)
0 Favorites   0 Comments

Color spaces of #c61472

RGB 19820114
HSL0.910.820.43
HSV328°90°78°
CMYK 0.000.900.42   0.22
XYZ26.576113.721017.1673
Yxy13.72100.46250.2388
Hunter Lab37.041963.2435-1.5490
CIE-Lab43.830169.0663-4.8911

#c61472 color RGB value is (198,20,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010100 01110010
Octal 306 24 162
Decimal 198 20 114
Hex C6 14 72

RGB Percentages of Color #c61472

%59.64
%6.02
%34.34

CMYK Percentages of Color #c61472

%0
%90
%42
%22

Triadic Colors of #c61472

#c61472 #72c614 #1472c6

Analogous Colors of #c61472

#c61472 #c61419 #c114c6

Monochromatic Colors of #c61472

#c61472

Complementary Color

#c61472 #14c668

#c61472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c61472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c61472 Color CSS Codes

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

#c61472 Text Font Color

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

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


#c61472 Background Color

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

This div background color is #c61472


#c61472 Border Color

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

This div border color is #c61472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c61472


Comments

No comments written yet.

Please login to write comment.