Color Hex Logo

#c56be8 Color Hex

#C56BE8
(197,107,232)
0 Favorites   0 Comments

Color spaces of #c56be8

RGB 197107232
HSL0.790.730.66
HSV283°54°91°
CMYK 0.150.540.00   0.09
XYZ42.849128.211979.5310
Yxy28.21190.28450.1873
Hunter Lab53.114951.0494-51.5968
CIE-Lab60.079755.4576-48.9454

#c56be8 color RGB value is (197,107,232).

#c56be8 hex color red value is 197, green value is 107 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #c56be8 hue: 0.79 , saturation: 0.73 and the lightness value of c56be8 is 0.66.

The process color (four color CMYK) of #c56be8 color hex is 0.15, 0.54, 0.00, 0.09. Web safe color of #c56be8 is #cc66ff. Color #c56be8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101011 11101000
Octal 305 153 350
Decimal 197 107 232
Hex C5 6B E8

RGB Percentages of Color #c56be8

%36.75
%19.96
%43.28

CMYK Percentages of Color #c56be8

%15
%54
%0
%9

Triadic Colors of #c56be8

#c56be8 #e8c56b #6be8c5

Analogous Colors of #c56be8

#c56be8 #e86bcd #876be8

Monochromatic Colors of #c56be8

#c56be8

Complementary Color

#c56be8 #8ee86b

#c56be8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56be8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56be8 Color CSS Codes

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

#c56be8 Text Font Color

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

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


#c56be8 Background Color

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

This div background color is #c56be8


#c56be8 Border Color

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

This div border color is #c56be8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56be8


Comments

No comments written yet.

Please login to write comment.