Color Hex Logo

#c056dd Color Hex

#C056DD
(192,86,221)
0 Favorites   0 Comments

Color spaces of #c056dd

RGB 19286221
HSL0.800.670.60
HSV287°61°87°
CMYK 0.130.610.00   0.13
XYZ38.117223.082570.8530
Yxy23.08250.28870.1748
Hunter Lab48.044357.5403-53.8066
CIE-Lab55.157262.0086-50.6274

#c056dd color RGB value is (192,86,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010110 11011101
Octal 300 126 335
Decimal 192 86 221
Hex C0 56 DD

RGB Percentages of Color #c056dd

%38.48
%17.23
%44.29

CMYK Percentages of Color #c056dd

%13
%61
%0
%13

Triadic Colors of #c056dd

#c056dd #ddc056 #56ddc0

Analogous Colors of #c056dd

#c056dd #dd56b7 #7d56dd

Monochromatic Colors of #c056dd

#c056dd

Complementary Color

#c056dd #73dd56

#c056dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c056dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c056dd Color CSS Codes

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

#c056dd Text Font Color

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

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


#c056dd Background Color

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

This div background color is #c056dd


#c056dd Border Color

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

This div border color is #c056dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,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 #c056dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c056dd


Comments

No comments written yet.

Please login to write comment.