Color Hex Logo

#c56bde Color Hex

#C56BDE
(197,107,222)
0 Favorites   0 Comments

Color spaces of #c56bde

RGB 197107222
HSL0.800.640.65
HSV287°52°87°
CMYK 0.110.520.00   0.13
XYZ41.468527.659672.2605
Yxy27.65960.29330.1956
Hunter Lab52.592448.7085-44.6481
CIE-Lab59.580053.4491-44.1421

#c56bde color RGB value is (197,107,222).

#c56bde hex color red value is 197, green value is 107 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c56bde hue: 0.80 , saturation: 0.64 and the lightness value of c56bde is 0.65.

The process color (four color CMYK) of #c56bde color hex is 0.11, 0.52, 0.00, 0.13. Web safe color of #c56bde is #cc66cc. Color #c56bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101011 11011110
Octal 305 153 336
Decimal 197 107 222
Hex C5 6B DE

RGB Percentages of Color #c56bde

%37.45
%20.34
%42.21

CMYK Percentages of Color #c56bde

%11
%52
%0
%13

Triadic Colors of #c56bde

#c56bde #dec56b #6bdec5

Analogous Colors of #c56bde

#c56bde #de6bbe #8c6bde

Monochromatic Colors of #c56bde

#c56bde

Complementary Color

#c56bde #84de6b

#c56bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56bde Color CSS Codes

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

#c56bde Text Font Color

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

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


#c56bde Background Color

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

This div background color is #c56bde


#c56bde Border Color

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

This div border color is #c56bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56bde


Comments

No comments written yet.

Please login to write comment.