Color Hex Logo

#c56efd Color Hex

#C56EFD
(197,110,253)
0 Favorites   0 Comments

Color spaces of #c56efd

RGB 197110253
HSL0.770.970.71
HSV277°57°99°
CMYK 0.220.570.00   0.01
XYZ46.331530.114096.2992
Yxy30.11400.26820.1743
Hunter Lab54.876254.6725-65.6313
CIE-Lab61.752558.3642-57.9218

#c56efd color RGB value is (197,110,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101110 11111101
Octal 305 156 375
Decimal 197 110 253
Hex C5 6E FD

RGB Percentages of Color #c56efd

%35.18
%19.64
%45.18

CMYK Percentages of Color #c56efd

%22
%57
%0
%1

Triadic Colors of #c56efd

#c56efd #fdc56e #6efdc5

Analogous Colors of #c56efd

#c56efd #fd6eee #7e6efd

Monochromatic Colors of #c56efd

#c56efd

Complementary Color

#c56efd #a6fd6e

#c56efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56efd Color CSS Codes

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

#c56efd Text Font Color

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

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


#c56efd Background Color

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

This div background color is #c56efd


#c56efd Border Color

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

This div border color is #c56efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56efd


Comments

No comments written yet.

Please login to write comment.