Color Hex Logo

#c355ad Color Hex

#C355AD
(195,85,173)
0 Favorites   0 Comments

Color spaces of #c355ad

RGB 19585173
HSL0.870.480.55
HSV312°56°76°
CMYK 0.000.560.11   0.24
XYZ33.297021.116241.8561
Yxy21.11620.34590.2193
Hunter Lab45.952448.9241-21.8381
CIE-Lab53.076454.7295-26.3245

#c355ad color RGB value is (195,85,173).

#c355ad hex color red value is 195, green value is 85 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c355ad hue: 0.87 , saturation: 0.48 and the lightness value of c355ad is 0.55.

The process color (four color CMYK) of #c355ad color hex is 0.00, 0.56, 0.11, 0.24. Web safe color of #c355ad is #cc6699. Color #c355ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010101 10101101
Octal 303 125 255
Decimal 195 85 173
Hex C3 55 AD

RGB Percentages of Color #c355ad

%43.05
%18.76
%38.19

CMYK Percentages of Color #c355ad

%0
%56
%11
%24

Triadic Colors of #c355ad

#c355ad #adc355 #55adc3

Analogous Colors of #c355ad

#c355ad #c35576 #a255c3

Monochromatic Colors of #c355ad

#c355ad

Complementary Color

#c355ad #55c36b

#c355ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c355ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c355ad Color CSS Codes

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

#c355ad Text Font Color

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

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


#c355ad Background Color

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

This div background color is #c355ad


#c355ad Border Color

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

This div border color is #c355ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c355ad


Comments

No comments written yet.

Please login to write comment.