Color Hex Logo

#c56fec Color Hex

#C56FEC
(197,111,236)
0 Favorites   0 Comments

Color spaces of #c56fec

RGB 197111236
HSL0.780.770.68
HSV281°53°93°
CMYK 0.170.530.00   0.07
XYZ43.850729.295382.7003
Yxy29.29530.28140.1880
Hunter Lab54.125149.8968-52.7043
CIE-Lab61.041454.2767-49.6488

#c56fec color RGB value is (197,111,236).

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

The process color (four color CMYK) of #c56fec color hex is 0.17, 0.53, 0.00, 0.07. Web safe color of #c56fec is #cc66ff. Color #c56fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101111 11101100
Octal 305 157 354
Decimal 197 111 236
Hex C5 6F EC

RGB Percentages of Color #c56fec

%36.21
%20.40
%43.38

CMYK Percentages of Color #c56fec

%17
%53
%0
%7

Triadic Colors of #c56fec

#c56fec #ecc56f #6fecc5

Analogous Colors of #c56fec

#c56fec #ec6fd5 #876fec

Monochromatic Colors of #c56fec

#c56fec

Complementary Color

#c56fec #96ec6f

#c56fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56fec Color CSS Codes

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

#c56fec Text Font Color

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

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


#c56fec Background Color

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

This div background color is #c56fec


#c56fec Border Color

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

This div border color is #c56fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56fec


Comments

No comments written yet.

Please login to write comment.