Color Hex Logo

#c56eca Color Hex

#C56ECA
(197,110,202)
0 Favorites   0 Comments

Color spaces of #c56eca

RGB 197110202
HSL0.820.460.61
HSV297°46°79°
CMYK 0.020.460.00   0.21
XYZ39.262627.286459.0746
Yxy27.28640.31250.2172
Hunter Lab52.236442.7528-30.4861
CIE-Lab59.238548.0738-33.3996

#c56eca color RGB value is (197,110,202).

#c56eca hex color red value is 197, green value is 110 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c56eca hue: 0.82 , saturation: 0.46 and the lightness value of c56eca is 0.61.

The process color (four color CMYK) of #c56eca color hex is 0.02, 0.46, 0.00, 0.21. Web safe color of #c56eca is #cc66cc. Color #c56eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101110 11001010
Octal 305 156 312
Decimal 197 110 202
Hex C5 6E CA

RGB Percentages of Color #c56eca

%38.70
%21.61
%39.69

CMYK Percentages of Color #c56eca

%2
%46
%0
%21

Triadic Colors of #c56eca

#c56eca #cac56e #6ecac5

Analogous Colors of #c56eca

#c56eca #ca6ea1 #976eca

Monochromatic Colors of #c56eca

#c56eca

Complementary Color

#c56eca #73ca6e

#c56eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56eca Color CSS Codes

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

#c56eca Text Font Color

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

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


#c56eca Background Color

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

This div background color is #c56eca


#c56eca Border Color

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

This div border color is #c56eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56eca


Comments

No comments written yet.

Please login to write comment.