Color Hex Logo

#c355df Color Hex

#C355DF
(195,85,223)
0 Favorites   0 Comments

Color spaces of #c355df

RGB 19585223
HSL0.800.680.60
HSV288°62°87°
CMYK 0.130.620.00   0.13
XYZ39.073523.426872.2745
Yxy23.42680.28990.1738
Hunter Lab48.401259.3979-54.6531
CIE-Lab55.509363.5492-51.1718

#c355df color RGB value is (195,85,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010101 11011111
Octal 303 125 337
Decimal 195 85 223
Hex C3 55 DF

RGB Percentages of Color #c355df

%38.77
%16.90
%44.33

CMYK Percentages of Color #c355df

%13
%62
%0
%13

Triadic Colors of #c355df

#c355df #dfc355 #55dfc3

Analogous Colors of #c355df

#c355df #df55b6 #7e55df

Monochromatic Colors of #c355df

#c355df

Complementary Color

#c355df #71df55

#c355df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c355df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c355df Color CSS Codes

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

#c355df Text Font Color

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

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


#c355df Background Color

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

This div background color is #c355df


#c355df Border Color

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

This div border color is #c355df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c355df


Comments

No comments written yet.

Please login to write comment.