Color Hex Logo

#c56eef Color Hex

#C56EEF
(197,110,239)
0 Favorites   0 Comments

Color spaces of #c56eef

RGB 197110239
HSL0.780.800.68
HSV280°54°94°
CMYK 0.180.540.00   0.06
XYZ44.181929.254284.9793
Yxy29.25420.27890.1847
Hunter Lab54.087251.1579-55.2928
CIE-Lab61.005355.4024-51.3720

#c56eef color RGB value is (197,110,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101110 11101111
Octal 305 156 357
Decimal 197 110 239
Hex C5 6E EF

RGB Percentages of Color #c56eef

%36.08
%20.15
%43.77

CMYK Percentages of Color #c56eef

%18
%54
%0
%6

Triadic Colors of #c56eef

#c56eef #efc56e #6eefc5

Analogous Colors of #c56eef

#c56eef #ef6ed9 #856eef

Monochromatic Colors of #c56eef

#c56eef

Complementary Color

#c56eef #98ef6e

#c56eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56eef Color CSS Codes

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

#c56eef Text Font Color

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

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


#c56eef Background Color

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

This div background color is #c56eef


#c56eef Border Color

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

This div border color is #c56eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56eef


Comments

No comments written yet.

Please login to write comment.