Color Hex Logo

#c256bd Color Hex

#C256BD
(194,86,189)
0 Favorites   0 Comments

Color spaces of #c256bd

RGB 19486189
HSL0.840.470.55
HSV303°56°76°
CMYK 0.000.560.03   0.24
XYZ34.761221.799050.5196
Yxy21.79900.32460.2036
Hunter Lab46.689451.1904-31.4713
CIE-Lab53.813156.6469-34.4655

#c256bd color RGB value is (194,86,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010110 10111101
Octal 302 126 275
Decimal 194 86 189
Hex C2 56 BD

RGB Percentages of Color #c256bd

%41.36
%18.34
%40.30

CMYK Percentages of Color #c256bd

%0
%56
%3
%24

Triadic Colors of #c256bd

#c256bd #bdc256 #56bdc2

Analogous Colors of #c256bd

#c256bd #c25687 #9156c2

Monochromatic Colors of #c256bd

#c256bd

Complementary Color

#c256bd #56c25b

#c256bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c256bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c256bd Color CSS Codes

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

#c256bd Text Font Color

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

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


#c256bd Background Color

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

This div background color is #c256bd


#c256bd Border Color

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

This div border color is #c256bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c256bd


Comments

No comments written yet.

Please login to write comment.