Color Hex Logo

#c56ffd Color Hex

#C56FFD
(197,111,253)
0 Favorites   0 Comments

Color spaces of #c56ffd

RGB 197111253
HSL0.770.970.71
HSV276°56°99°
CMYK 0.220.560.00   0.01
XYZ46.440030.331096.3353
Yxy30.33100.26830.1752
Hunter Lab55.073654.1387-65.1592
CIE-Lab61.938857.8681-57.6245

#c56ffd color RGB value is (197,111,253).

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

The process color (four color CMYK) of #c56ffd color hex is 0.22, 0.56, 0.00, 0.01. Web safe color of #c56ffd is #cc66ff. Color #c56ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101111 11111101
Octal 305 157 375
Decimal 197 111 253
Hex C5 6F FD

RGB Percentages of Color #c56ffd

%35.12
%19.79
%45.10

CMYK Percentages of Color #c56ffd

%22
%56
%0
%1

Triadic Colors of #c56ffd

#c56ffd #fdc56f #6ffdc5

Analogous Colors of #c56ffd

#c56ffd #fd6fee #7e6ffd

Monochromatic Colors of #c56ffd

#c56ffd

Complementary Color

#c56ffd #a7fd6f

#c56ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56ffd Color CSS Codes

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

#c56ffd Text Font Color

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

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


#c56ffd Background Color

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

This div background color is #c56ffd


#c56ffd Border Color

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

This div border color is #c56ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.