Color Hex Logo

#c656bf Color Hex

#C656BF
(198,86,191)
0 Favorites   0 Comments

Color spaces of #c656bf

RGB 19886191
HSL0.840.500.56
HSV304°57°78°
CMYK 0.000.570.04   0.22
XYZ36.020522.422951.7198
Yxy22.42290.32700.2035
Hunter Lab47.352852.9145-31.6109
CIE-Lab54.472958.0698-34.5445

#c656bf color RGB value is (198,86,191).

#c656bf hex color red value is 198, green value is 86 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c656bf hue: 0.84 , saturation: 0.50 and the lightness value of c656bf is 0.56.

The process color (four color CMYK) of #c656bf color hex is 0.00, 0.57, 0.04, 0.22. Web safe color of #c656bf is #cc66cc. Color #c656bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010110 10111111
Octal 306 126 277
Decimal 198 86 191
Hex C6 56 BF

RGB Percentages of Color #c656bf

%41.68
%18.11
%40.21

CMYK Percentages of Color #c656bf

%0
%57
%4
%22

Triadic Colors of #c656bf

#c656bf #bfc656 #56bfc6

Analogous Colors of #c656bf

#c656bf #c65687 #9556c6

Monochromatic Colors of #c656bf

#c656bf

Complementary Color

#c656bf #56c65d

#c656bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c656bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c656bf Color CSS Codes

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

#c656bf Text Font Color

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

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


#c656bf Background Color

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

This div background color is #c656bf


#c656bf Border Color

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

This div border color is #c656bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,86,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c656bf


Comments

No comments written yet.

Please login to write comment.