Color Hex Logo

#c1268c Color Hex

#C1268C
(193,38,140)
0 Favorites   0 Comments

Color spaces of #c1268c

RGB 19338140
HSL0.890.670.45
HSV321°80°76°
CMYK 0.000.800.27   0.24
XYZ27.419114.617126.1872
Yxy14.61710.40190.2143
Hunter Lab38.232361.1084-13.8480
CIE-Lab45.105266.9912-19.0230

#c1268c color RGB value is (193,38,140).

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

The process color (four color CMYK) of #c1268c color hex is 0.00, 0.80, 0.27, 0.24. Web safe color of #c1268c is #cc3399. Color #c1268c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100110 10001100
Octal 301 46 214
Decimal 193 38 140
Hex C1 26 8C

RGB Percentages of Color #c1268c

%52.02
%10.24
%37.74

CMYK Percentages of Color #c1268c

%0
%80
%27
%24

Triadic Colors of #c1268c

#c1268c #8cc126 #268cc1

Analogous Colors of #c1268c

#c1268c #c1263e #a926c1

Monochromatic Colors of #c1268c

#c1268c

Complementary Color

#c1268c #26c15b

#c1268c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1268c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1268c Color CSS Codes

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

#c1268c Text Font Color

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

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


#c1268c Background Color

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

This div background color is #c1268c


#c1268c Border Color

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

This div border color is #c1268c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1268c


Comments

No comments written yet.

Please login to write comment.