Color Hex Logo

#c791fa Color Hex

#C791FA
(199,145,250)
0 Favorites   0 Comments

Color spaces of #c791fa

RGB 199145250
HSL0.750.910.77
HSV271°42°98°
CMYK 0.200.420.00   0.02
XYZ50.933939.295095.3427
Yxy39.29500.27450.2118
Hunter Lab62.685735.3362-46.2979
CIE-Lab68.964439.8989-44.8496

#c791fa color RGB value is (199,145,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010001 11111010
Octal 307 221 372
Decimal 199 145 250
Hex C7 91 FA

RGB Percentages of Color #c791fa

%33.50
%24.41
%42.09

CMYK Percentages of Color #c791fa

%20
%42
%0
%2

Triadic Colors of #c791fa

#c791fa #fac791 #91fac7

Analogous Colors of #c791fa

#c791fa #fa91f9 #9391fa

Monochromatic Colors of #c791fa

#c791fa

Complementary Color

#c791fa #c4fa91

#c791fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c791fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c791fa Color CSS Codes

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

#c791fa Text Font Color

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

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


#c791fa Background Color

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

This div background color is #c791fa


#c791fa Border Color

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

This div border color is #c791fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c791fa


Comments

No comments written yet.

Please login to write comment.