Color Hex Logo

#c355bf Color Hex

#C355BF
(195,85,191)
0 Favorites   0 Comments

Color spaces of #c355bf

RGB 19585191
HSL0.840.480.55
HSV302°56°76°
CMYK 0.000.560.02   0.24
XYZ35.158121.860751.6567
Yxy21.86070.32350.2012
Hunter Lab46.755452.4024-32.7764
CIE-Lab53.878957.7190-35.5051

#c355bf color RGB value is (195,85,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010101 10111111
Octal 303 125 277
Decimal 195 85 191
Hex C3 55 BF

RGB Percentages of Color #c355bf

%41.40
%18.05
%40.55

CMYK Percentages of Color #c355bf

%0
%56
%2
%24

Triadic Colors of #c355bf

#c355bf #bfc355 #55bfc3

Analogous Colors of #c355bf

#c355bf #c35588 #9055c3

Monochromatic Colors of #c355bf

#c355bf

Complementary Color

#c355bf #55c359

#c355bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c355bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c355bf Color CSS Codes

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

#c355bf Text Font Color

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

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


#c355bf Background Color

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

This div background color is #c355bf


#c355bf Border Color

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

This div border color is #c355bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c355bf


Comments

No comments written yet.

Please login to write comment.