Color Hex Logo

#c1265f Color Hex

#C1265F
(193,38,95)
0 Favorites   0 Comments

Color spaces of #c1265f

RGB 1933895
HSL0.940.670.45
HSV338°80°76°
CMYK 0.000.800.51   0.24
XYZ24.751013.549912.1373
Yxy13.54990.49070.2686
Hunter Lab36.810255.60476.2176
CIE-Lab43.580462.48006.4711

#c1265f color RGB value is (193,38,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100110 01011111
Octal 301 46 137
Decimal 193 38 95
Hex C1 26 5F

RGB Percentages of Color #c1265f

%59.20
%11.66
%29.14

CMYK Percentages of Color #c1265f

%0
%80
%51
%24

Triadic Colors of #c1265f

#c1265f #5fc126 #265fc1

Analogous Colors of #c1265f

#c1265f #c13b26 #c126ad

Monochromatic Colors of #c1265f

#c1265f

Complementary Color

#c1265f #26c188

#c1265f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1265f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1265f Color CSS Codes

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

#c1265f Text Font Color

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

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


#c1265f Background Color

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

This div background color is #c1265f


#c1265f Border Color

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

This div border color is #c1265f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1265f


Comments

No comments written yet.

Please login to write comment.