Color Hex Logo

#c356df Color Hex

#C356DF
(195,86,223)
0 Favorites   0 Comments

Color spaces of #c356df

RGB 19586223
HSL0.800.680.61
HSV288°61°87°
CMYK 0.130.610.00   0.13
XYZ39.152723.585472.3009
Yxy23.58540.28990.1747
Hunter Lab48.564858.9174-54.2727
CIE-Lab55.670363.1062-50.9155

#c356df color RGB value is (195,86,223).

#c356df hex color red value is 195, green value is 86 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c356df hue: 0.80 , saturation: 0.68 and the lightness value of c356df is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010110 11011111
Octal 303 126 337
Decimal 195 86 223
Hex C3 56 DF

RGB Percentages of Color #c356df

%38.69
%17.06
%44.25

CMYK Percentages of Color #c356df

%13
%61
%0
%13

Triadic Colors of #c356df

#c356df #dfc356 #56dfc3

Analogous Colors of #c356df

#c356df #df56b7 #7f56df

Monochromatic Colors of #c356df

#c356df

Complementary Color

#c356df #72df56

#c356df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c356df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c356df Color CSS Codes

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

#c356df Text Font Color

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

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


#c356df Background Color

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

This div background color is #c356df


#c356df Border Color

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

This div border color is #c356df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c356df


Comments

No comments written yet.

Please login to write comment.