Color Hex Logo

#c592fb Color Hex

#C592FB
(197,146,251)
0 Favorites   0 Comments

Color spaces of #c592fb

RGB 197146251
HSL0.750.930.78
HSV269°42°98°
CMYK 0.220.420.00   0.02
XYZ50.717439.393196.1973
Yxy39.39310.27220.2114
Hunter Lab62.763934.4029-46.9381
CIE-Lab69.035139.0181-45.2978

#c592fb color RGB value is (197,146,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10010010 11111011
Octal 305 222 373
Decimal 197 146 251
Hex C5 92 FB

RGB Percentages of Color #c592fb

%33.16
%24.58
%42.26

CMYK Percentages of Color #c592fb

%22
%42
%0
%2

Triadic Colors of #c592fb

#c592fb #fbc592 #92fbc5

Analogous Colors of #c592fb

#c592fb #fa92fb #9294fb

Monochromatic Colors of #c592fb

#c592fb

Complementary Color

#c592fb #c8fb92

#c592fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c592fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c592fb Color CSS Codes

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

#c592fb Text Font Color

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

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


#c592fb Background Color

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

This div background color is #c592fb


#c592fb Border Color

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

This div border color is #c592fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c592fb


Comments

No comments written yet.

Please login to write comment.