Color Hex Logo

#c1267c Color Hex

#C1267C
(193,38,124)
0 Favorites   0 Comments

Color spaces of #c1267c

RGB 19338124
HSL0.910.670.45
HSV327°80°76°
CMYK 0.000.800.36   0.24
XYZ26.323514.178920.4182
Yxy14.17890.43210.2327
Hunter Lab37.654958.8884-5.7913
CIE-Lab44.488465.1896-10.1860

#c1267c color RGB value is (193,38,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100110 01111100
Octal 301 46 174
Decimal 193 38 124
Hex C1 26 7C

RGB Percentages of Color #c1267c

%54.37
%10.70
%34.93

CMYK Percentages of Color #c1267c

%0
%80
%36
%24

Triadic Colors of #c1267c

#c1267c #7cc126 #267cc1

Analogous Colors of #c1267c

#c1267c #c1262e #b926c1

Monochromatic Colors of #c1267c

#c1267c

Complementary Color

#c1267c #26c16b

#c1267c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1267c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1267c Color CSS Codes

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

#c1267c Text Font Color

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

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


#c1267c Background Color

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

This div background color is #c1267c


#c1267c Border Color

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

This div border color is #c1267c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1267c


Comments

No comments written yet.

Please login to write comment.