Color Hex Logo

#c127fe Color Hex

#C127FE
(193,39,254)
0 Favorites   0 Comments

Color spaces of #c127fe

RGB 19339254
HSL0.790.990.57
HSV283°85°100°
CMYK 0.240.850.00   0.00
XYZ40.607219.944395.4753
Yxy19.94430.26030.1278
Hunter Lab44.659084.1517-95.4931
CIE-Lab51.774284.4508-74.5766

#c127fe color RGB value is (193,39,254).

#c127fe hex color red value is 193, green value is 39 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c127fe hue: 0.79 , saturation: 0.99 and the lightness value of c127fe is 0.57.

The process color (four color CMYK) of #c127fe color hex is 0.24, 0.85, 0.00, 0.00. Web safe color of #c127fe is #cc33ff. Color #c127fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100111 11111110
Octal 301 47 376
Decimal 193 39 254
Hex C1 27 FE

RGB Percentages of Color #c127fe

%39.71
%8.02
%52.26

CMYK Percentages of Color #c127fe

%24
%85
%0
%0

Triadic Colors of #c127fe

#c127fe #fec127 #27fec1

Analogous Colors of #c127fe

#c127fe #fe27d0 #5527fe

Monochromatic Colors of #c127fe

#c127fe

Complementary Color

#c127fe #64fe27

#c127fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c127fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c127fe Color CSS Codes

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

#c127fe Text Font Color

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

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


#c127fe Background Color

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

This div background color is #c127fe


#c127fe Border Color

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

This div border color is #c127fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c127fe

Related Colors


Comments

No comments written yet.

Please login to write comment.