Color Hex Logo

#c1147d Color Hex

#C1147D
(193,20,125)
0 Favorites   0 Comments

Color spaces of #c1147d

RGB 19320125
HSL0.900.810.42
HSV324°90°76°
CMYK 0.000.900.35   0.24
XYZ25.944113.318420.6053
Yxy13.31840.43340.2225
Hunter Lab36.494463.0317-7.9300
CIE-Lab43.239169.0011-12.6885

#c1147d color RGB value is (193,20,125).

#c1147d hex color red value is 193, green value is 20 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #c1147d hue: 0.90 , saturation: 0.81 and the lightness value of c1147d is 0.42.

The process color (four color CMYK) of #c1147d color hex is 0.00, 0.90, 0.35, 0.24. Web safe color of #c1147d is #cc0066. Color #c1147d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010100 01111101
Octal 301 24 175
Decimal 193 20 125
Hex C1 14 7D

RGB Percentages of Color #c1147d

%57.10
%5.92
%36.98

CMYK Percentages of Color #c1147d

%0
%90
%35
%24

Triadic Colors of #c1147d

#c1147d #7dc114 #147dc1

Analogous Colors of #c1147d

#c1147d #c11426 #af14c1

Monochromatic Colors of #c1147d

#c1147d

Complementary Color

#c1147d #14c158

#c1147d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1147d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1147d Color CSS Codes

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

#c1147d Text Font Color

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

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


#c1147d Background Color

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

This div background color is #c1147d


#c1147d Border Color

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

This div border color is #c1147d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1147d


Comments

No comments written yet.

Please login to write comment.