Color Hex Logo

#c156dd Color Hex

#C156DD
(193,86,221)
0 Favorites   0 Comments

Color spaces of #c156dd

RGB 19386221
HSL0.800.670.60
HSV288°61°87°
CMYK 0.130.610.00   0.13
XYZ38.371323.213570.8649
Yxy23.21350.28970.1753
Hunter Lab48.180457.8433-53.4789
CIE-Lab55.291662.2470-50.4055

#c156dd color RGB value is (193,86,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010110 11011101
Octal 301 126 335
Decimal 193 86 221
Hex C1 56 DD

RGB Percentages of Color #c156dd

%38.60
%17.20
%44.20

CMYK Percentages of Color #c156dd

%13
%61
%0
%13

Triadic Colors of #c156dd

#c156dd #ddc156 #56ddc1

Analogous Colors of #c156dd

#c156dd #dd56b6 #7e56dd

Monochromatic Colors of #c156dd

#c156dd

Complementary Color

#c156dd #72dd56

#c156dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c156dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c156dd Color CSS Codes

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

#c156dd Text Font Color

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

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


#c156dd Background Color

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

This div background color is #c156dd


#c156dd Border Color

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

This div border color is #c156dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c156dd


Comments

No comments written yet.

Please login to write comment.