Color Hex Logo

#c256bf Color Hex

#C256BF
(194,86,191)
0 Favorites   0 Comments

Color spaces of #c256bf

RGB 19486191
HSL0.840.470.55
HSV302°56°76°
CMYK 0.000.560.02   0.24
XYZ34.979921.886551.6711
Yxy21.88650.32230.2016
Hunter Lab46.783051.5951-32.7368
CIE-Lab53.906456.9931-35.4722

#c256bf color RGB value is (194,86,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010110 10111111
Octal 302 126 277
Decimal 194 86 191
Hex C2 56 BF

RGB Percentages of Color #c256bf

%41.19
%18.26
%40.55

CMYK Percentages of Color #c256bf

%0
%56
%2
%24

Triadic Colors of #c256bf

#c256bf #bfc256 #56bfc2

Analogous Colors of #c256bf

#c256bf #c25689 #8f56c2

Monochromatic Colors of #c256bf

#c256bf

Complementary Color

#c256bf #56c259

#c256bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c256bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c256bf Color CSS Codes

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

#c256bf Text Font Color

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

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


#c256bf Background Color

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

This div background color is #c256bf


#c256bf Border Color

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

This div border color is #c256bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,86,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 #c256bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c256bf


Comments

No comments written yet.

Please login to write comment.