Color Hex Logo

#c56feb Color Hex

#C56FEB
(197,111,235)
0 Favorites   0 Comments

Color spaces of #c56feb

RGB 197111235
HSL0.780.760.68
HSV282°53°92°
CMYK 0.160.530.00   0.08
XYZ43.705829.237481.9371
Yxy29.23740.28220.1888
Hunter Lab54.071649.6553-51.9946
CIE-Lab60.990654.0696-49.1733

#c56feb color RGB value is (197,111,235).

#c56feb hex color red value is 197, green value is 111 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c56feb hue: 0.78 , saturation: 0.76 and the lightness value of c56feb is 0.68.

The process color (four color CMYK) of #c56feb color hex is 0.16, 0.53, 0.00, 0.08. Web safe color of #c56feb is #cc66ff. Color #c56feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101111 11101011
Octal 305 157 353
Decimal 197 111 235
Hex C5 6F EB

RGB Percentages of Color #c56feb

%36.28
%20.44
%43.28

CMYK Percentages of Color #c56feb

%16
%53
%0
%8

Triadic Colors of #c56feb

#c56feb #ebc56f #6febc5

Analogous Colors of #c56feb

#c56feb #eb6fd3 #876feb

Monochromatic Colors of #c56feb

#c56feb

Complementary Color

#c56feb #95eb6f

#c56feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56feb Color CSS Codes

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

#c56feb Text Font Color

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

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


#c56feb Background Color

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

This div background color is #c56feb


#c56feb Border Color

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

This div border color is #c56feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56feb


Comments

No comments written yet.

Please login to write comment.