Color Hex Logo

#c1239e Color Hex

#C1239E
(193,35,158)
0 Favorites   0 Comments

Color spaces of #c1239e

RGB 19335158
HSL0.870.690.45
HSV313°82°76°
CMYK 0.000.820.18   0.24
XYZ28.764915.008133.7285
Yxy15.00810.37120.1936
Hunter Lab38.740364.7418-24.5015
CIE-Lab45.645369.9825-29.0393

#c1239e color RGB value is (193,35,158).

#c1239e hex color red value is 193, green value is 35 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #c1239e hue: 0.87 , saturation: 0.69 and the lightness value of c1239e is 0.45.

The process color (four color CMYK) of #c1239e color hex is 0.00, 0.82, 0.18, 0.24. Web safe color of #c1239e is #cc3399. Color #c1239e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100011 10011110
Octal 301 43 236
Decimal 193 35 158
Hex C1 23 9E

RGB Percentages of Color #c1239e

%50.00
%9.07
%40.93

CMYK Percentages of Color #c1239e

%0
%82
%18
%24

Triadic Colors of #c1239e

#c1239e #9ec123 #239ec1

Analogous Colors of #c1239e

#c1239e #c1234f #9523c1

Monochromatic Colors of #c1239e

#c1239e

Complementary Color

#c1239e #23c146

#c1239e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1239e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1239e Color CSS Codes

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

#c1239e Text Font Color

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

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


#c1239e Background Color

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

This div background color is #c1239e


#c1239e Border Color

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

This div border color is #c1239e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1239e


Comments

No comments written yet.

Please login to write comment.