Color Hex Logo

#c594fb Color Hex

#C594FB
(197,148,251)
0 Favorites   0 Comments

Color spaces of #c594fb

RGB 197148251
HSL0.750.930.78
HSV269°41°98°
CMYK 0.220.410.00   0.02
XYZ51.028440.015296.3010
Yxy40.01520.27240.2136
Hunter Lab63.257633.2910-45.9806
CIE-Lab69.480437.9260-44.5990

#c594fb color RGB value is (197,148,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10010100 11111011
Octal 305 224 373
Decimal 197 148 251
Hex C5 94 FB

RGB Percentages of Color #c594fb

%33.05
%24.83
%42.11

CMYK Percentages of Color #c594fb

%22
%41
%0
%2

Triadic Colors of #c594fb

#c594fb #fbc594 #94fbc5

Analogous Colors of #c594fb

#c594fb #f994fb #9497fb

Monochromatic Colors of #c594fb

#c594fb

Complementary Color

#c594fb #cafb94

#c594fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c594fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c594fb Color CSS Codes

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

#c594fb Text Font Color

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

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


#c594fb Background Color

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

This div background color is #c594fb


#c594fb Border Color

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

This div border color is #c594fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,148,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c594fb


Comments

No comments written yet.

Please login to write comment.