Color Hex Logo

#c1264f Color Hex

#C1264F
(193,38,79)
0 Favorites   0 Comments

Color spaces of #c1264f

RGB 1933879
HSL0.960.670.45
HSV344°80°76°
CMYK 0.000.800.59   0.24
XYZ24.096713.28828.6920
Yxy13.28820.52300.2884
Hunter Lab36.453054.202011.3797
CIE-Lab43.194361.305415.9433

#c1264f color RGB value is (193,38,79).

#c1264f hex color red value is 193, green value is 38 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #c1264f hue: 0.96 , saturation: 0.67 and the lightness value of c1264f is 0.45.

The process color (four color CMYK) of #c1264f color hex is 0.00, 0.80, 0.59, 0.24. Web safe color of #c1264f is #cc3366. Color #c1264f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100110 01001111
Octal 301 46 117
Decimal 193 38 79
Hex C1 26 4F

RGB Percentages of Color #c1264f

%62.26
%12.26
%25.48

CMYK Percentages of Color #c1264f

%0
%80
%59
%24

Triadic Colors of #c1264f

#c1264f #4fc126 #264fc1

Analogous Colors of #c1264f

#c1264f #c14b26 #c1269d

Monochromatic Colors of #c1264f

#c1264f

Complementary Color

#c1264f #26c198

#c1264f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1264f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1264f Color CSS Codes

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

#c1264f Text Font Color

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

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


#c1264f Background Color

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

This div background color is #c1264f


#c1264f Border Color

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

This div border color is #c1264f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,38,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c1264f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c1264f;
  -webkit-box-shadow: 1px 1px 3px 2px #c1264f;
  box-shadow:         1px 1px 3px 2px #c1264f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,38,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1264f


Comments

No comments written yet.

Please login to write comment.