Color Hex Logo

#c1288b Color Hex

#C1288B
(193,40,139)
0 Favorites   0 Comments

Color spaces of #c1288b

RGB 19340139
HSL0.890.660.46
HSV321°79°76°
CMYK 0.000.790.28   0.24
XYZ27.411314.719125.8224
Yxy14.71910.40340.2166
Hunter Lab38.365560.3948-13.0501
CIE-Lab45.247066.3487-18.1983

#c1288b color RGB value is (193,40,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101000 10001011
Octal 301 50 213
Decimal 193 40 139
Hex C1 28 8B

RGB Percentages of Color #c1288b

%51.88
%10.75
%37.37

CMYK Percentages of Color #c1288b

%0
%79
%28
%24

Triadic Colors of #c1288b

#c1288b #8bc128 #288bc1

Analogous Colors of #c1288b

#c1288b #c1283f #ab28c1

Monochromatic Colors of #c1288b

#c1288b

Complementary Color

#c1288b #28c15e

#c1288b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1288b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1288b Color CSS Codes

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

#c1288b Text Font Color

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

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


#c1288b Background Color

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

This div background color is #c1288b


#c1288b Border Color

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

This div border color is #c1288b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,40,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 #c1288b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1288b


Comments

No comments written yet.

Please login to write comment.