Color Hex Logo

#c256bb Color Hex

#C256BB
(194,86,187)
0 Favorites   0 Comments

Color spaces of #c256bb

RGB 19486187
HSL0.840.470.55
HSV304°56°76°
CMYK 0.000.560.04   0.24
XYZ34.545621.712849.3839
Yxy21.71280.32700.2055
Hunter Lab46.597050.7897-30.2182
CIE-Lab53.720956.3033-33.4553

#c256bb color RGB value is (194,86,187).

#c256bb hex color red value is 194, green value is 86 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c256bb hue: 0.84 , saturation: 0.47 and the lightness value of c256bb is 0.55.

The process color (four color CMYK) of #c256bb color hex is 0.00, 0.56, 0.04, 0.24. Web safe color of #c256bb is #cc66cc. Color #c256bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010110 10111011
Octal 302 126 273
Decimal 194 86 187
Hex C2 56 BB

RGB Percentages of Color #c256bb

%41.54
%18.42
%40.04

CMYK Percentages of Color #c256bb

%0
%56
%4
%24

Triadic Colors of #c256bb

#c256bb #bbc256 #56bbc2

Analogous Colors of #c256bb

#c256bb #c25685 #9356c2

Monochromatic Colors of #c256bb

#c256bb

Complementary Color

#c256bb #56c25d

#c256bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c256bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c256bb Color CSS Codes

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

#c256bb Text Font Color

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

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


#c256bb Background Color

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

This div background color is #c256bb


#c256bb Border Color

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

This div border color is #c256bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,86,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c256bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c256bb;
  -webkit-box-shadow: 1px 1px 3px 2px #c256bb;
  box-shadow:         1px 1px 3px 2px #c256bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,86,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c256bb


Comments

No comments written yet.

Please login to write comment.