Color Hex Logo

#c1268b Color Hex

#C1268B
(193,38,139)
0 Favorites   0 Comments

Color spaces of #c1268b

RGB 19338139
HSL0.890.670.45
HSV321°80°76°
CMYK 0.000.800.28   0.24
XYZ27.345614.587825.8005
Yxy14.58780.40370.2154
Hunter Lab38.194060.9605-13.3153
CIE-Lab45.064466.8718-18.4782

#c1268b color RGB value is (193,38,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100110 10001011
Octal 301 46 213
Decimal 193 38 139
Hex C1 26 8B

RGB Percentages of Color #c1268b

%52.16
%10.27
%37.57

CMYK Percentages of Color #c1268b

%0
%80
%28
%24

Triadic Colors of #c1268b

#c1268b #8bc126 #268bc1

Analogous Colors of #c1268b

#c1268b #c1263e #aa26c1

Monochromatic Colors of #c1268b

#c1268b

Complementary Color

#c1268b #26c15c

#c1268b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1268b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1268b Color CSS Codes

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

#c1268b Text Font Color

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

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


#c1268b Background Color

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

This div background color is #c1268b


#c1268b Border Color

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

This div border color is #c1268b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1268b


Comments

No comments written yet.

Please login to write comment.