Color Hex Logo

#c56eff Color Hex

#C56EFF
(197,110,255)
0 Favorites   0 Comments

Color spaces of #c56eff

RGB 197110255
HSL0.771.000.72
HSV276°57°100°
CMYK 0.230.570.00   0.00
XYZ46.651930.242297.9862
Yxy30.24220.26680.1729
Hunter Lab54.992955.1886-67.1477
CIE-Lab61.862658.7943-58.8464

#c56eff color RGB value is (197,110,255).

#c56eff hex color red value is 197, green value is 110 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c56eff hue: 0.77 , saturation: 1.00 and the lightness value of c56eff is 0.72.

The process color (four color CMYK) of #c56eff color hex is 0.23, 0.57, 0.00, 0.00. Web safe color of #c56eff is #cc66ff. Color #c56eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101110 11111111
Octal 305 156 377
Decimal 197 110 255
Hex C5 6E FF

RGB Percentages of Color #c56eff

%35.05
%19.57
%45.37

CMYK Percentages of Color #c56eff

%23
%57
%0
%0

Triadic Colors of #c56eff

#c56eff #ffc56e #6effc5

Analogous Colors of #c56eff

#c56eff #ff6ef1 #7d6eff

Monochromatic Colors of #c56eff

#c56eff

Complementary Color

#c56eff #a8ff6e

#c56eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56eff Color CSS Codes

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

#c56eff Text Font Color

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

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


#c56eff Background Color

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

This div background color is #c56eff


#c56eff Border Color

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

This div border color is #c56eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56eff

#c56eff Color Palettes


Comments

No comments written yet.

Please login to write comment.