Color Hex Logo

#c127bc Color Hex

#C127BC
(193,39,188)
0 Favorites   0 Comments

Color spaces of #c127bc

RGB 19339188
HSL0.840.660.45
HSV302°80°76°
CMYK 0.000.800.03   0.24
XYZ31.794916.419349.0704
Yxy16.41930.32680.1688
Hunter Lab40.520769.1501-43.4354
CIE-Lab47.519973.2982-43.8210

#c127bc color RGB value is (193,39,188).

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

The process color (four color CMYK) of #c127bc color hex is 0.00, 0.80, 0.03, 0.24. Web safe color of #c127bc is #cc33cc. Color #c127bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100111 10111100
Octal 301 47 274
Decimal 193 39 188
Hex C1 27 BC

RGB Percentages of Color #c127bc

%45.95
%9.29
%44.76

CMYK Percentages of Color #c127bc

%0
%80
%3
%24

Triadic Colors of #c127bc

#c127bc #bcc127 #27bcc1

Analogous Colors of #c127bc

#c127bc #c1276f #7927c1

Monochromatic Colors of #c127bc

#c127bc

Complementary Color

#c127bc #27c12c

#c127bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c127bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c127bc Color CSS Codes

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

#c127bc Text Font Color

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

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


#c127bc Background Color

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

This div background color is #c127bc


#c127bc Border Color

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

This div border color is #c127bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c127bc


Comments

No comments written yet.

Please login to write comment.