Color Hex Logo

#c156da Color Hex

#C156DA
(193,86,218)
0 Favorites   0 Comments

Color spaces of #c156da

RGB 19386218
HSL0.800.640.60
HSV289°61°85°
CMYK 0.110.610.00   0.15
XYZ37.975023.055068.7782
Yxy23.05500.29250.1776
Hunter Lab48.015657.1462-51.3168
CIE-Lab55.128961.6713-48.9677

#c156da color RGB value is (193,86,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010110 11011010
Octal 301 126 332
Decimal 193 86 218
Hex C1 56 DA

RGB Percentages of Color #c156da

%38.83
%17.30
%43.86

CMYK Percentages of Color #c156da

%11
%61
%0
%15

Triadic Colors of #c156da

#c156da #dac156 #56dac1

Analogous Colors of #c156da

#c156da #da56b1 #7f56da

Monochromatic Colors of #c156da

#c156da

Complementary Color

#c156da #6fda56

#c156da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c156da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c156da Color CSS Codes

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

#c156da Text Font Color

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

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


#c156da Background Color

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

This div background color is #c156da


#c156da Border Color

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

This div border color is #c156da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c156da


Comments

No comments written yet.

Please login to write comment.