Color Hex Logo

#c128fe Color Hex

#C128FE
(193,40,254)
0 Favorites   0 Comments

Color spaces of #c128fe

RGB 19340254
HSL0.790.990.58
HSV283°84°100°
CMYK 0.240.840.00   0.00
XYZ40.640520.010895.4864
Yxy20.01080.26030.1282
Hunter Lab44.733483.8844-95.2449
CIE-Lab51.849484.2293-74.4543

#c128fe color RGB value is (193,40,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101000 11111110
Octal 301 50 376
Decimal 193 40 254
Hex C1 28 FE

RGB Percentages of Color #c128fe

%39.63
%8.21
%52.16

CMYK Percentages of Color #c128fe

%24
%84
%0
%0

Triadic Colors of #c128fe

#c128fe #fec128 #28fec1

Analogous Colors of #c128fe

#c128fe #fe28d0 #5628fe

Monochromatic Colors of #c128fe

#c128fe

Complementary Color

#c128fe #65fe28

#c128fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c128fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c128fe Color CSS Codes

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

#c128fe Text Font Color

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

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


#c128fe Background Color

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

This div background color is #c128fe


#c128fe Border Color

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

This div border color is #c128fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,40,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 #c128fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c128fe


Comments

No comments written yet.

Please login to write comment.