Color Hex Logo

#c56fbe Color Hex

#C56FBE
(197,111,190)
0 Favorites   0 Comments

Color spaces of #c56fbe

RGB 197111190
HSL0.850.430.60
HSV305°44°77°
CMYK 0.000.440.04   0.23
XYZ38.004726.956951.9153
Yxy26.95690.32520.2306
Hunter Lab51.920039.7993-22.9406
CIE-Lab58.934445.3644-27.0486

#c56fbe color RGB value is (197,111,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101111 10111110
Octal 305 157 276
Decimal 197 111 190
Hex C5 6F BE

RGB Percentages of Color #c56fbe

%39.56
%22.29
%38.15

CMYK Percentages of Color #c56fbe

%0
%44
%4
%23

Triadic Colors of #c56fbe

#c56fbe #bec56f #6fbec5

Analogous Colors of #c56fbe

#c56fbe #c56f93 #a16fc5

Monochromatic Colors of #c56fbe

#c56fbe

Complementary Color

#c56fbe #6fc576

#c56fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56fbe Color CSS Codes

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

#c56fbe Text Font Color

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

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


#c56fbe Background Color

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

This div background color is #c56fbe


#c56fbe Border Color

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

This div border color is #c56fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56fbe


Comments

No comments written yet.

Please login to write comment.