Color Hex Logo

#c156ff Color Hex

#C156FF
(193,86,255)
0 Favorites   0 Comments

Color spaces of #c156ff

RGB 19386255
HSL0.771.000.67
HSV278°66°100°
CMYK 0.240.660.00   0.00
XYZ43.370125.213097.1885
Yxy25.21300.26160.1521
Hunter Lab50.212566.3039-79.6095
CIE-Lab57.282469.0627-66.2180

#c156ff color RGB value is (193,86,255).

#c156ff hex color red value is 193, green value is 86 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c156ff hue: 0.77 , saturation: 1.00 and the lightness value of c156ff is 0.67.

The process color (four color CMYK) of #c156ff color hex is 0.24, 0.66, 0.00, 0.00. Web safe color of #c156ff is #cc66ff. Color #c156ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010110 11111111
Octal 301 126 377
Decimal 193 86 255
Hex C1 56 FF

RGB Percentages of Color #c156ff

%36.14
%16.10
%47.75

CMYK Percentages of Color #c156ff

%24
%66
%0
%0

Triadic Colors of #c156ff

#c156ff #ffc156 #56ffc1

Analogous Colors of #c156ff

#c156ff #ff56e9 #6d56ff

Monochromatic Colors of #c156ff

#c156ff

Complementary Color

#c156ff #94ff56

#c156ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c156ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c156ff Color CSS Codes

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

#c156ff Text Font Color

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

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


#c156ff Background Color

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

This div background color is #c156ff


#c156ff Border Color

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

This div border color is #c156ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c156ff


Comments

No comments written yet.

Please login to write comment.