Color Hex Logo

#c5306f Color Hex

#C5306F
(197,48,111)
0 Favorites   0 Comments

Color spaces of #c5306f

RGB 19748111
HSL0.930.610.48
HSV335°76°77°
CMYK 0.000.760.44   0.23
XYZ26.952215.131916.5391
Yxy15.13190.45980.2581
Hunter Lab38.899755.60152.0213
CIE-Lab45.814362.0488-0.1357

#c5306f color RGB value is (197,48,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110000 01101111
Octal 305 60 157
Decimal 197 48 111
Hex C5 30 6F

RGB Percentages of Color #c5306f

%55.34
%13.48
%31.18

CMYK Percentages of Color #c5306f

%0
%76
%44
%23

Triadic Colors of #c5306f

#c5306f #6fc530 #306fc5

Analogous Colors of #c5306f

#c5306f #c53c30 #c530ba

Monochromatic Colors of #c5306f

#c5306f

Complementary Color

#c5306f #30c586

#c5306f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5306f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5306f Color CSS Codes

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

#c5306f Text Font Color

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

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


#c5306f Background Color

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

This div background color is #c5306f


#c5306f Border Color

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

This div border color is #c5306f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5306f


Comments

No comments written yet.

Please login to write comment.