Color Hex Logo

#c131fe Color Hex

#C131FE
(193,49,254)
0 Favorites   0 Comments

Color spaces of #c131fe

RGB 19349254
HSL0.780.990.59
HSV282°81°100°
CMYK 0.240.810.00   0.00
XYZ40.980020.689895.5996
Yxy20.68980.26060.1316
Hunter Lab45.486081.2165-92.7716
CIE-Lab52.608382.0042-73.2215

#c131fe color RGB value is (193,49,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110001 11111110
Octal 301 61 376
Decimal 193 49 254
Hex C1 31 FE

RGB Percentages of Color #c131fe

%38.91
%9.88
%51.21

CMYK Percentages of Color #c131fe

%24
%81
%0
%0

Triadic Colors of #c131fe

#c131fe #fec131 #31fec1

Analogous Colors of #c131fe

#c131fe #fe31d5 #5a31fe

Monochromatic Colors of #c131fe

#c131fe

Complementary Color

#c131fe #6efe31

#c131fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c131fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c131fe Color CSS Codes

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

#c131fe Text Font Color

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

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


#c131fe Background Color

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

This div background color is #c131fe


#c131fe Border Color

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

This div border color is #c131fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c131fe

Related Colors


Comments

No comments written yet.

Please login to write comment.