Color Hex Logo

#c256dd Color Hex

#C256DD
(194,86,221)
0 Favorites   0 Comments

Color spaces of #c256dd

RGB 19486221
HSL0.800.670.60
HSV288°61°87°
CMYK 0.120.610.00   0.13
XYZ38.627123.345470.8768
Yxy23.34540.29080.1757
Hunter Lab48.317158.1470-53.1511
CIE-Lab55.426362.4854-50.1828

#c256dd color RGB value is (194,86,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010110 11011101
Octal 302 126 335
Decimal 194 86 221
Hex C2 56 DD

RGB Percentages of Color #c256dd

%38.72
%17.17
%44.11

CMYK Percentages of Color #c256dd

%12
%61
%0
%13

Triadic Colors of #c256dd

#c256dd #ddc256 #56ddc2

Analogous Colors of #c256dd

#c256dd #dd56b5 #7f56dd

Monochromatic Colors of #c256dd

#c256dd

Complementary Color

#c256dd #71dd56

#c256dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c256dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c256dd Color CSS Codes

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

#c256dd Text Font Color

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

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


#c256dd Background Color

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

This div background color is #c256dd


#c256dd Border Color

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

This div border color is #c256dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c256dd


Comments

No comments written yet.

Please login to write comment.