Color Hex Logo

#c291fa Color Hex

#C291FA
(194,145,250)
0 Favorites   0 Comments

Color spaces of #c291fa

RGB 194145250
HSL0.740.910.77
HSV268°42°98°
CMYK 0.220.420.00   0.02
XYZ49.628938.622395.2816
Yxy38.62230.27040.2104
Hunter Lab62.146833.7886-47.3988
CIE-Lab68.476838.5022-45.6495

#c291fa color RGB value is (194,145,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010001 11111010
Octal 302 221 372
Decimal 194 145 250
Hex C2 91 FA

RGB Percentages of Color #c291fa

%32.94
%24.62
%42.44

CMYK Percentages of Color #c291fa

%22
%42
%0
%2

Triadic Colors of #c291fa

#c291fa #fac291 #91fac2

Analogous Colors of #c291fa

#c291fa #f791fa #9195fa

Monochromatic Colors of #c291fa

#c291fa

Complementary Color

#c291fa #c9fa91

#c291fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c291fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c291fa Color CSS Codes

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

#c291fa Text Font Color

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

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


#c291fa Background Color

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

This div background color is #c291fa


#c291fa Border Color

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

This div border color is #c291fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c291fa

Related Colors


Comments

No comments written yet.

Please login to write comment.