Color Hex Logo

#c156df Color Hex

#C156DF
(193,86,223)
0 Favorites   0 Comments

Color spaces of #c156df

RGB 19386223
HSL0.800.680.61
HSV287°61°87°
CMYK 0.130.610.00   0.13
XYZ38.639423.320772.2769
Yxy23.32070.28780.1737
Hunter Lab48.291558.3127-54.9341
CIE-Lab55.401162.6333-51.3602

#c156df color RGB value is (193,86,223).

#c156df hex color red value is 193, green value is 86 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c156df hue: 0.80 , saturation: 0.68 and the lightness value of c156df is 0.61.

The process color (four color CMYK) of #c156df color hex is 0.13, 0.61, 0.00, 0.13. Web safe color of #c156df is #cc66cc. Color #c156df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010110 11011111
Octal 301 126 337
Decimal 193 86 223
Hex C1 56 DF

RGB Percentages of Color #c156df

%38.45
%17.13
%44.42

CMYK Percentages of Color #c156df

%13
%61
%0
%13

Triadic Colors of #c156df

#c156df #dfc156 #56dfc1

Analogous Colors of #c156df

#c156df #df56b9 #7d56df

Monochromatic Colors of #c156df

#c156df

Complementary Color

#c156df #74df56

#c156df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c156df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c156df Color CSS Codes

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

#c156df Text Font Color

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

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


#c156df Background Color

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

This div background color is #c156df


#c156df Border Color

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

This div border color is #c156df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c156df


Comments

No comments written yet.

Please login to write comment.