Color Hex Logo

#c594fa Color Hex

#C594FA
(197,148,250)
0 Favorites   0 Comments

Color spaces of #c594fa

RGB 197148250
HSL0.750.910.78
HSV269°41°98°
CMYK 0.210.410.00   0.02
XYZ50.871239.952395.4728
Yxy39.95230.27310.2145
Hunter Lab63.207833.0474-45.3096
CIE-Lab69.435537.7014-44.1243

#c594fa color RGB value is (197,148,250).

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

The process color (four color CMYK) of #c594fa color hex is 0.21, 0.41, 0.00, 0.02. Web safe color of #c594fa is #cc99ff. Color #c594fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10010100 11111010
Octal 305 224 372
Decimal 197 148 250
Hex C5 94 FA

RGB Percentages of Color #c594fa

%33.11
%24.87
%42.02

CMYK Percentages of Color #c594fa

%21
%41
%0
%2

Triadic Colors of #c594fa

#c594fa #fac594 #94fac5

Analogous Colors of #c594fa

#c594fa #f894fa #9496fa

Monochromatic Colors of #c594fa

#c594fa

Complementary Color

#c594fa #c9fa94

#c594fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c594fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c594fa Color CSS Codes

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

#c594fa Text Font Color

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

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


#c594fa Background Color

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

This div background color is #c594fa


#c594fa Border Color

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

This div border color is #c594fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c594fa


Comments

No comments written yet.

Please login to write comment.