Color Hex Logo

#c156ed Color Hex

#C156ED
(193,86,237)
0 Favorites   0 Comments

Color spaces of #c156ed

RGB 19386237
HSL0.780.810.63
HSV283°64°93°
CMYK 0.190.640.00   0.07
XYZ40.606224.107582.6338
Yxy24.10750.27560.1636
Hunter Lab49.099461.6992-65.4149
CIE-Lab56.195365.3913-57.9552

#c156ed color RGB value is (193,86,237).

#c156ed hex color red value is 193, green value is 86 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c156ed hue: 0.78 , saturation: 0.81 and the lightness value of c156ed is 0.63.

The process color (four color CMYK) of #c156ed color hex is 0.19, 0.64, 0.00, 0.07. Web safe color of #c156ed is #cc66ff. Color #c156ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010110 11101101
Octal 301 126 355
Decimal 193 86 237
Hex C1 56 ED

RGB Percentages of Color #c156ed

%37.40
%16.67
%45.93

CMYK Percentages of Color #c156ed

%19
%64
%0
%7

Triadic Colors of #c156ed

#c156ed #edc156 #56edc1

Analogous Colors of #c156ed

#c156ed #ed56ce #7656ed

Monochromatic Colors of #c156ed

#c156ed

Complementary Color

#c156ed #82ed56

#c156ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c156ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c156ed Color CSS Codes

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

#c156ed Text Font Color

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

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


#c156ed Background Color

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

This div background color is #c156ed


#c156ed Border Color

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

This div border color is #c156ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c156ed


Comments

No comments written yet.

Please login to write comment.