Color Hex Logo

#c56bbf Color Hex

#C56BBF
(197,107,191)
0 Favorites   0 Comments

Color spaces of #c56bbf

RGB 197107191
HSL0.840.440.60
HSV304°46°77°
CMYK 0.000.460.03   0.23
XYZ37.687626.147352.3508
Yxy26.14730.32440.2250
Hunter Lab51.134442.0746-24.9063
CIE-Lab58.176647.6035-28.7908

#c56bbf color RGB value is (197,107,191).

#c56bbf hex color red value is 197, green value is 107 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c56bbf hue: 0.84 , saturation: 0.44 and the lightness value of c56bbf is 0.60.

The process color (four color CMYK) of #c56bbf color hex is 0.00, 0.46, 0.03, 0.23. Web safe color of #c56bbf is #cc66cc. Color #c56bbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101011 10111111
Octal 305 153 277
Decimal 197 107 191
Hex C5 6B BF

RGB Percentages of Color #c56bbf

%39.80
%21.62
%38.59

CMYK Percentages of Color #c56bbf

%0
%46
%3
%23

Triadic Colors of #c56bbf

#c56bbf #bfc56b #6bbfc5

Analogous Colors of #c56bbf

#c56bbf #c56b92 #9e6bc5

Monochromatic Colors of #c56bbf

#c56bbf

Complementary Color

#c56bbf #6bc571

#c56bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56bbf Color CSS Codes

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

#c56bbf Text Font Color

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

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


#c56bbf Background Color

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

This div background color is #c56bbf


#c56bbf Border Color

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

This div border color is #c56bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56bbf


Comments

No comments written yet.

Please login to write comment.