Color Hex Logo

#c56bfb Color Hex

#C56BFB
(197,107,251)
0 Favorites   0 Comments

Color spaces of #c56bfb

RGB 197107251
HSL0.770.950.70
HSV278°57°98°
CMYK 0.220.570.00   0.02
XYZ45.696229.350794.5236
Yxy29.35070.26950.1731
Hunter Lab54.176355.7513-65.5223
CIE-Lab61.089959.4132-57.8769

#c56bfb color RGB value is (197,107,251).

#c56bfb hex color red value is 197, green value is 107 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c56bfb hue: 0.77 , saturation: 0.95 and the lightness value of c56bfb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101011 11111011
Octal 305 153 373
Decimal 197 107 251
Hex C5 6B FB

RGB Percentages of Color #c56bfb

%35.50
%19.28
%45.23

CMYK Percentages of Color #c56bfb

%22
%57
%0
%2

Triadic Colors of #c56bfb

#c56bfb #fbc56b #6bfbc5

Analogous Colors of #c56bfb

#c56bfb #fb6be9 #7d6bfb

Monochromatic Colors of #c56bfb

#c56bfb

Complementary Color

#c56bfb #a1fb6b

#c56bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56bfb Color CSS Codes

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

#c56bfb Text Font Color

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

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


#c56bfb Background Color

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

This div background color is #c56bfb


#c56bfb Border Color

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

This div border color is #c56bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56bfb


Comments

No comments written yet.

Please login to write comment.