Color Hex Logo

#c1459c Color Hex

#C1459C
(193,69,156)
0 Favorites   0 Comments

Color spaces of #c1459c

RGB 19369156
HSL0.880.500.51
HSV318°64°76°
CMYK 0.000.640.19   0.24
XYZ30.121217.994033.3381
Yxy17.99400.36980.2209
Hunter Lab42.419352.5158-16.9035
CIE-Lab49.488858.6108-21.8883

#c1459c color RGB value is (193,69,156).

#c1459c hex color red value is 193, green value is 69 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #c1459c hue: 0.88 , saturation: 0.50 and the lightness value of c1459c is 0.51.

The process color (four color CMYK) of #c1459c color hex is 0.00, 0.64, 0.19, 0.24. Web safe color of #c1459c is #cc3399. Color #c1459c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000101 10011100
Octal 301 105 234
Decimal 193 69 156
Hex C1 45 9C

RGB Percentages of Color #c1459c

%46.17
%16.51
%37.32

CMYK Percentages of Color #c1459c

%0
%64
%19
%24

Triadic Colors of #c1459c

#c1459c #9cc145 #459cc1

Analogous Colors of #c1459c

#c1459c #c1455e #a845c1

Monochromatic Colors of #c1459c

#c1459c

Complementary Color

#c1459c #45c16a

#c1459c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1459c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1459c Color CSS Codes

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

#c1459c Text Font Color

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

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


#c1459c Background Color

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

This div background color is #c1459c


#c1459c Border Color

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

This div border color is #c1459c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1459c


Comments

No comments written yet.

Please login to write comment.