Color Hex Logo

#c656fb Color Hex

#C656FB
(198,86,251)
0 Favorites   0 Comments

Color spaces of #c656fb

RGB 19886251
HSL0.780.950.66
HSV281°66°98°
CMYK 0.210.660.00   0.02
XYZ44.029125.626493.8926
Yxy25.62640.26920.1567
Hunter Lab50.622566.6615-74.5329
CIE-Lab57.680769.2855-63.3293

#c656fb color RGB value is (198,86,251).

#c656fb hex color red value is 198, green value is 86 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c656fb hue: 0.78 , saturation: 0.95 and the lightness value of c656fb is 0.66.

The process color (four color CMYK) of #c656fb color hex is 0.21, 0.66, 0.00, 0.02. Web safe color of #c656fb is #cc66ff. Color #c656fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010110 11111011
Octal 306 126 373
Decimal 198 86 251
Hex C6 56 FB

RGB Percentages of Color #c656fb

%37.01
%16.07
%46.92

CMYK Percentages of Color #c656fb

%21
%66
%0
%2

Triadic Colors of #c656fb

#c656fb #fbc656 #56fbc6

Analogous Colors of #c656fb

#c656fb #fb56de #7456fb

Monochromatic Colors of #c656fb

#c656fb

Complementary Color

#c656fb #8bfb56

#c656fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c656fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c656fb Color CSS Codes

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

#c656fb Text Font Color

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

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


#c656fb Background Color

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

This div background color is #c656fb


#c656fb Border Color

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

This div border color is #c656fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c656fb


Comments

No comments written yet.

Please login to write comment.