Color Hex Logo

#c7478a Color Hex

#C7478A
(199,71,138)
0 Favorites   0 Comments

Color spaces of #c7478a

RGB 19971138
HSL0.910.530.53
HSV329°64°78°
CMYK 0.000.640.31   0.22
XYZ30.393918.483626.0105
Yxy18.48360.40590.2468
Hunter Lab42.992650.9549-5.7757
CIE-Lab50.077557.0992-10.1698

#c7478a color RGB value is (199,71,138).

#c7478a hex color red value is 199, green value is 71 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #c7478a hue: 0.91 , saturation: 0.53 and the lightness value of c7478a is 0.53.

The process color (four color CMYK) of #c7478a color hex is 0.00, 0.64, 0.31, 0.22. Web safe color of #c7478a is #cc3399. Color #c7478a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01000111 10001010
Octal 307 107 212
Decimal 199 71 138
Hex C7 47 8A

RGB Percentages of Color #c7478a

%48.77
%17.40
%33.82

CMYK Percentages of Color #c7478a

%0
%64
%31
%22

Triadic Colors of #c7478a

#c7478a #8ac747 #478ac7

Analogous Colors of #c7478a

#c7478a #c7474a #c447c7

Monochromatic Colors of #c7478a

#c7478a

Complementary Color

#c7478a #47c784

#c7478a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7478a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7478a Color CSS Codes

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

#c7478a Text Font Color

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

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


#c7478a Background Color

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

This div background color is #c7478a


#c7478a Border Color

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

This div border color is #c7478a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,71,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c7478a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c7478a;
  -webkit-box-shadow: 1px 1px 3px 2px #c7478a;
  box-shadow:         1px 1px 3px 2px #c7478a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,71,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7478a


Comments

No comments written yet.

Please login to write comment.