Color Hex Logo

#c56fef Color Hex

#C56FEF
(197,111,239)
0 Favorites   0 Comments

Color spaces of #c56fef

RGB 197111239
HSL0.780.800.69
HSV280°54°94°
CMYK 0.180.540.00   0.06
XYZ44.290429.471285.0155
Yxy29.47120.27890.1856
Hunter Lab54.287450.6264-54.8486
CIE-Lab61.195354.9005-51.0707

#c56fef color RGB value is (197,111,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101111 11101111
Octal 305 157 357
Decimal 197 111 239
Hex C5 6F EF

RGB Percentages of Color #c56fef

%36.01
%20.29
%43.69

CMYK Percentages of Color #c56fef

%18
%54
%0
%6

Triadic Colors of #c56fef

#c56fef #efc56f #6fefc5

Analogous Colors of #c56fef

#c56fef #ef6fd9 #856fef

Monochromatic Colors of #c56fef

#c56fef

Complementary Color

#c56fef #99ef6f

#c56fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56fef Color CSS Codes

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

#c56fef Text Font Color

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

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


#c56fef Background Color

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

This div background color is #c56fef


#c56fef Border Color

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

This div border color is #c56fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56fef


Comments

No comments written yet.

Please login to write comment.