Color Hex Logo

#c56ceb Color Hex

#C56CEB
(197,108,235)
0 Favorites   0 Comments

Color spaces of #c56ceb

RGB 197108235
HSL0.780.760.67
HSV282°54°92°
CMYK 0.160.540.00   0.08
XYZ43.383928.593681.8298
Yxy28.59360.28210.1859
Hunter Lab53.473051.2436-53.3005
CIE-Lab60.421355.5737-50.0754

#c56ceb color RGB value is (197,108,235).

#c56ceb hex color red value is 197, green value is 108 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c56ceb hue: 0.78 , saturation: 0.76 and the lightness value of c56ceb is 0.67.

The process color (four color CMYK) of #c56ceb color hex is 0.16, 0.54, 0.00, 0.08. Web safe color of #c56ceb is #cc66ff. Color #c56ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101100 11101011
Octal 305 154 353
Decimal 197 108 235
Hex C5 6C EB

RGB Percentages of Color #c56ceb

%36.48
%20.00
%43.52

CMYK Percentages of Color #c56ceb

%16
%54
%0
%8

Triadic Colors of #c56ceb

#c56ceb #ebc56c #6cebc5

Analogous Colors of #c56ceb

#c56ceb #eb6cd2 #866ceb

Monochromatic Colors of #c56ceb

#c56ceb

Complementary Color

#c56ceb #92eb6c

#c56ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56ceb Color CSS Codes

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

#c56ceb Text Font Color

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

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


#c56ceb Background Color

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

This div background color is #c56ceb


#c56ceb Border Color

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

This div border color is #c56ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56ceb


Comments

No comments written yet.

Please login to write comment.