Color Hex Logo

#c8306f Color Hex

#C8306F
(200,48,111)
0 Favorites   0 Comments

Color spaces of #c8306f

RGB 20048111
HSL0.930.610.49
HSV335°76°78°
CMYK 0.000.760.45   0.22
XYZ27.745615.541016.5763
Yxy15.54100.46350.2596
Hunter Lab39.422156.64122.6650
CIE-Lab46.366462.86110.7362

#c8306f color RGB value is (200,48,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00110000 01101111
Octal 310 60 157
Decimal 200 48 111
Hex C8 30 6F

RGB Percentages of Color #c8306f

%55.71
%13.37
%30.92

CMYK Percentages of Color #c8306f

%0
%76
%45
%22

Triadic Colors of #c8306f

#c8306f #6fc830 #306fc8

Analogous Colors of #c8306f

#c8306f #c83d30 #c830bb

Monochromatic Colors of #c8306f

#c8306f

Complementary Color

#c8306f #30c889

#c8306f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8306f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8306f Color CSS Codes

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

#c8306f Text Font Color

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

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


#c8306f Background Color

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

This div background color is #c8306f


#c8306f Border Color

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

This div border color is #c8306f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8306f


Comments

No comments written yet.

Please login to write comment.