Color Hex Logo

#c7306f Color Hex

#C7306F
(199,48,111)
0 Favorites   0 Comments

Color spaces of #c7306f

RGB 19948111
HSL0.930.610.48
HSV335°76°78°
CMYK 0.000.760.44   0.22
XYZ27.479415.403716.5638
Yxy15.40370.46230.2591
Hunter Lab39.247556.29462.4509
CIE-Lab46.182262.59100.4455

#c7306f color RGB value is (199,48,111).

#c7306f hex color red value is 199, green value is 48 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #c7306f hue: 0.93 , saturation: 0.61 and the lightness value of c7306f is 0.48.

The process color (four color CMYK) of #c7306f color hex is 0.00, 0.76, 0.44, 0.22. Web safe color of #c7306f is #cc3366. Color #c7306f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00110000 01101111
Octal 307 60 157
Decimal 199 48 111
Hex C7 30 6F

RGB Percentages of Color #c7306f

%55.59
%13.41
%31.01

CMYK Percentages of Color #c7306f

%0
%76
%44
%22

Triadic Colors of #c7306f

#c7306f #6fc730 #306fc7

Analogous Colors of #c7306f

#c7306f #c73d30 #c730bb

Monochromatic Colors of #c7306f

#c7306f

Complementary Color

#c7306f #30c788

#c7306f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7306f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7306f Color CSS Codes

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

#c7306f Text Font Color

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

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


#c7306f Background Color

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

This div background color is #c7306f


#c7306f Border Color

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

This div border color is #c7306f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7306f


Comments

No comments written yet.

Please login to write comment.