Color Hex Logo

#c56cef Color Hex

#C56CEF
(197,108,239)
0 Favorites   0 Comments

Color spaces of #c56cef

RGB 197108239
HSL0.780.800.68
HSV281°55°94°
CMYK 0.180.550.00   0.06
XYZ43.968528.827484.9082
Yxy28.82740.27880.1828
Hunter Lab53.691252.2168-56.1785
CIE-Lab60.629056.3998-51.9695

#c56cef color RGB value is (197,108,239).

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

The process color (four color CMYK) of #c56cef color hex is 0.18, 0.55, 0.00, 0.06. Web safe color of #c56cef is #cc66ff. Color #c56cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101100 11101111
Octal 305 154 357
Decimal 197 108 239
Hex C5 6C EF

RGB Percentages of Color #c56cef

%36.21
%19.85
%43.93

CMYK Percentages of Color #c56cef

%18
%55
%0
%6

Triadic Colors of #c56cef

#c56cef #efc56c #6cefc5

Analogous Colors of #c56cef

#c56cef #ef6cd8 #846cef

Monochromatic Colors of #c56cef

#c56cef

Complementary Color

#c56cef #96ef6c

#c56cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56cef Color CSS Codes

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

#c56cef Text Font Color

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

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


#c56cef Background Color

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

This div background color is #c56cef


#c56cef Border Color

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

This div border color is #c56cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56cef


Comments

No comments written yet.

Please login to write comment.