Color Hex Logo

#c127ac Color Hex

#C127AC
(193,39,172)
0 Favorites   0 Comments

Color spaces of #c127ac

RGB 19339172
HSL0.860.660.45
HSV308°80°76°
CMYK 0.000.800.11   0.24
XYZ30.164215.767140.4832
Yxy15.76710.34910.1825
Hunter Lab39.707866.1096-32.6523
CIE-Lab46.667470.9342-35.7668

#c127ac color RGB value is (193,39,172).

#c127ac hex color red value is 193, green value is 39 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c127ac hue: 0.86 , saturation: 0.66 and the lightness value of c127ac is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100111 10101100
Octal 301 47 254
Decimal 193 39 172
Hex C1 27 AC

RGB Percentages of Color #c127ac

%47.77
%9.65
%42.57

CMYK Percentages of Color #c127ac

%0
%80
%11
%24

Triadic Colors of #c127ac

#c127ac #acc127 #27acc1

Analogous Colors of #c127ac

#c127ac #c1275f #8927c1

Monochromatic Colors of #c127ac

#c127ac

Complementary Color

#c127ac #27c13c

#c127ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c127ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c127ac Color CSS Codes

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

#c127ac Text Font Color

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

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


#c127ac Background Color

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

This div background color is #c127ac


#c127ac Border Color

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

This div border color is #c127ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c127ac


Comments

No comments written yet.

Please login to write comment.