Color Hex Logo

#c56eba Color Hex

#C56EBA
(197,110,186)
0 Favorites   0 Comments

Color spaces of #c56eba

RGB 197110186
HSL0.850.430.60
HSV308°44°77°
CMYK 0.000.440.06   0.23
XYZ37.464826.567349.6078
Yxy26.56730.32970.2338
Hunter Lab51.543539.5431-20.9830
CIE-Lab58.571745.1754-25.3239

#c56eba color RGB value is (197,110,186).

#c56eba hex color red value is 197, green value is 110 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c56eba hue: 0.85 , saturation: 0.43 and the lightness value of c56eba is 0.60.

The process color (four color CMYK) of #c56eba color hex is 0.00, 0.44, 0.06, 0.23. Web safe color of #c56eba is #cc66cc. Color #c56eba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101110 10111010
Octal 305 156 272
Decimal 197 110 186
Hex C5 6E BA

RGB Percentages of Color #c56eba

%39.96
%22.31
%37.73

CMYK Percentages of Color #c56eba

%0
%44
%6
%23

Triadic Colors of #c56eba

#c56eba #bac56e #6ebac5

Analogous Colors of #c56eba

#c56eba #c56e8f #a56ec5

Monochromatic Colors of #c56eba

#c56eba

Complementary Color

#c56eba #6ec579

#c56eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56eba Color CSS Codes

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

#c56eba Text Font Color

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

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


#c56eba Background Color

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

This div background color is #c56eba


#c56eba Border Color

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

This div border color is #c56eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56eba


Comments

No comments written yet.

Please login to write comment.