Color Hex Logo

#c51263 Color Hex

#C51263
(197,18,99)
0 Favorites   0 Comments

Color spaces of #c51263

RGB 1971899
HSL0.920.830.42
HSV333°91°77°
CMYK 0.000.910.50   0.23
XYZ25.494413.203813.0093
Yxy13.20380.49310.2554
Hunter Lab36.337061.64744.2091
CIE-Lab43.068767.85063.3370

#c51263 color RGB value is (197,18,99).

#c51263 hex color red value is 197, green value is 18 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #c51263 hue: 0.92 , saturation: 0.83 and the lightness value of c51263 is 0.42.

The process color (four color CMYK) of #c51263 color hex is 0.00, 0.91, 0.50, 0.23. Web safe color of #c51263 is #cc0066. Color #c51263 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010010 01100011
Octal 305 22 143
Decimal 197 18 99
Hex C5 12 63

RGB Percentages of Color #c51263

%62.74
%5.73
%31.53

CMYK Percentages of Color #c51263

%0
%91
%50
%23

Triadic Colors of #c51263

#c51263 #63c512 #1263c5

Analogous Colors of #c51263

#c51263 #c51a12 #c512bd

Monochromatic Colors of #c51263

#c51263

Complementary Color

#c51263 #12c574

#c51263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c51263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c51263 Color CSS Codes

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

#c51263 Text Font Color

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

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


#c51263 Background Color

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

This div background color is #c51263


#c51263 Border Color

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

This div border color is #c51263


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,18,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c51263


Comments

No comments written yet.

Please login to write comment.