Color Hex Logo

#c7286e Color Hex

#C7286E
(199,40,110)
0 Favorites   0 Comments

Color spaces of #c7286e

RGB 19940110
HSL0.930.670.47
HSV334°80°78°
CMYK 0.000.800.45   0.22
XYZ27.126514.785516.1760
Yxy14.78550.46700.2545
Hunter Lab38.451958.63471.9742
CIE-Lab45.339064.8042-0.1686

#c7286e color RGB value is (199,40,110).

#c7286e hex color red value is 199, green value is 40 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #c7286e hue: 0.93 , saturation: 0.67 and the lightness value of c7286e is 0.47.

The process color (four color CMYK) of #c7286e color hex is 0.00, 0.80, 0.45, 0.22. Web safe color of #c7286e is #cc3366. Color #c7286e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101000 01101110
Octal 307 50 156
Decimal 199 40 110
Hex C7 28 6E

RGB Percentages of Color #c7286e

%57.02
%11.46
%31.52

CMYK Percentages of Color #c7286e

%0
%80
%45
%22

Triadic Colors of #c7286e

#c7286e #6ec728 #286ec7

Analogous Colors of #c7286e

#c7286e #c73128 #c728be

Monochromatic Colors of #c7286e

#c7286e

Complementary Color

#c7286e #28c781

#c7286e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7286e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7286e Color CSS Codes

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

#c7286e Text Font Color

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

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


#c7286e Background Color

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

This div background color is #c7286e


#c7286e Border Color

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

This div border color is #c7286e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7286e


Comments

No comments written yet.

Please login to write comment.