Color Hex Logo

#c355bd Color Hex

#C355BD
(195,85,189)
0 Favorites   0 Comments

Color spaces of #c355bd

RGB 19585189
HSL0.840.480.55
HSV303°56°76°
CMYK 0.000.560.03   0.24
XYZ34.939521.773250.5053
Yxy21.77320.32590.2031
Hunter Lab46.661851.9996-31.5105
CIE-Lab53.785557.3760-34.4984

#c355bd color RGB value is (195,85,189).

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

The process color (four color CMYK) of #c355bd color hex is 0.00, 0.56, 0.03, 0.24. Web safe color of #c355bd is #cc66cc. Color #c355bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010101 10111101
Octal 303 125 275
Decimal 195 85 189
Hex C3 55 BD

RGB Percentages of Color #c355bd

%41.58
%18.12
%40.30

CMYK Percentages of Color #c355bd

%0
%56
%3
%24

Triadic Colors of #c355bd

#c355bd #bdc355 #55bdc3

Analogous Colors of #c355bd

#c355bd #c35586 #9255c3

Monochromatic Colors of #c355bd

#c355bd

Complementary Color

#c355bd #55c35b

#c355bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c355bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c355bd Color CSS Codes

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

#c355bd Text Font Color

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

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


#c355bd Background Color

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

This div background color is #c355bd


#c355bd Border Color

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

This div border color is #c355bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c355bd


Comments

No comments written yet.

Please login to write comment.