Color Hex Logo

#c7448a Color Hex

#C7448A
(199,68,138)
0 Favorites   0 Comments

Color spaces of #c7448a

RGB 19968138
HSL0.910.540.52
HSV328°66°78°
CMYK 0.000.660.31   0.22
XYZ30.207818.111325.9485
Yxy18.11130.40670.2439
Hunter Lab42.557452.2263-6.3607
CIE-Lab49.630858.3252-10.8412

#c7448a color RGB value is (199,68,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01000100 10001010
Octal 307 104 212
Decimal 199 68 138
Hex C7 44 8A

RGB Percentages of Color #c7448a

%49.14
%16.79
%34.07

CMYK Percentages of Color #c7448a

%0
%66
%31
%22

Triadic Colors of #c7448a

#c7448a #8ac744 #448ac7

Analogous Colors of #c7448a

#c7448a #c74448 #c344c7

Monochromatic Colors of #c7448a

#c7448a

Complementary Color

#c7448a #44c781

#c7448a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7448a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7448a Color CSS Codes

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

#c7448a Text Font Color

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

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


#c7448a Background Color

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

This div background color is #c7448a


#c7448a Border Color

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

This div border color is #c7448a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,68,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 #c7448a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7448a

#c7448a Color Palettes


Comments

No comments written yet.

Please login to write comment.