Color Hex Logo

#c331fa Color Hex

#C331FA
(195,49,250)
0 Favorites   0 Comments

Color spaces of #c331fa

RGB 19549250
HSL0.790.950.59
HSV284°80°98°
CMYK 0.220.800.00   0.02
XYZ40.859320.700992.2846
Yxy20.70090.26560.1346
Hunter Lab45.498280.6784-88.4098
CIE-Lab52.620681.5802-70.9607

#c331fa color RGB value is (195,49,250).

#c331fa hex color red value is 195, green value is 49 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c331fa hue: 0.79 , saturation: 0.95 and the lightness value of c331fa is 0.59.

The process color (four color CMYK) of #c331fa color hex is 0.22, 0.80, 0.00, 0.02. Web safe color of #c331fa is #cc33ff. Color #c331fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00110001 11111010
Octal 303 61 372
Decimal 195 49 250
Hex C3 31 FA

RGB Percentages of Color #c331fa

%39.47
%9.92
%50.61

CMYK Percentages of Color #c331fa

%22
%80
%0
%2

Triadic Colors of #c331fa

#c331fa #fac331 #31fac3

Analogous Colors of #c331fa

#c331fa #fa31cd #5f31fa

Monochromatic Colors of #c331fa

#c331fa

Complementary Color

#c331fa #68fa31

#c331fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c331fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c331fa Color CSS Codes

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

#c331fa Text Font Color

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

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


#c331fa Background Color

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

This div background color is #c331fa


#c331fa Border Color

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

This div border color is #c331fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,49,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c331fa


Comments

No comments written yet.

Please login to write comment.