Color Hex Logo

#c391fa Color Hex

#C391FA
(195,145,250)
0 Favorites   0 Comments

Color spaces of #c391fa

RGB 195145250
HSL0.750.910.77
HSV269°42°98°
CMYK 0.220.420.00   0.02
XYZ49.886438.755095.2936
Yxy38.75500.27120.2107
Hunter Lab62.253534.0960-47.1798
CIE-Lab68.573438.7808-45.4909

#c391fa color RGB value is (195,145,250).

#c391fa hex color red value is 195, green value is 145 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c391fa hue: 0.75 , saturation: 0.91 and the lightness value of c391fa is 0.77.

The process color (four color CMYK) of #c391fa color hex is 0.22, 0.42, 0.00, 0.02. Web safe color of #c391fa is #cc99ff. Color #c391fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010001 11111010
Octal 303 221 372
Decimal 195 145 250
Hex C3 91 FA

RGB Percentages of Color #c391fa

%33.05
%24.58
%42.37

CMYK Percentages of Color #c391fa

%22
%42
%0
%2

Triadic Colors of #c391fa

#c391fa #fac391 #91fac3

Analogous Colors of #c391fa

#c391fa #f891fa #9194fa

Monochromatic Colors of #c391fa

#c391fa

Complementary Color

#c391fa #c8fa91

#c391fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c391fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c391fa Color CSS Codes

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

#c391fa Text Font Color

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

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


#c391fa Background Color

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

This div background color is #c391fa


#c391fa Border Color

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

This div border color is #c391fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c391fa

Related Colors


Comments

No comments written yet.

Please login to write comment.