Color Hex Logo

#b359cd Color Hex

#B359CD
(179,89,205)
0 Favorites   0 Comments

Color spaces of #b359cd

RGB 17989205
HSL0.800.540.58
HSV287°57°80°
CMYK 0.130.570.00   0.20
XYZ33.182221.136260.0884
Yxy21.13620.29000.1847
Hunter Lab45.974148.3791-45.3104
CIE-Lab53.098254.2300-44.9141

#b359cd color RGB value is (179,89,205).

#b359cd hex color red value is 179, green value is 89 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b359cd hue: 0.80 , saturation: 0.54 and the lightness value of b359cd is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011001 11001101
Octal 263 131 315
Decimal 179 89 205
Hex B3 59 CD

RGB Percentages of Color #b359cd

%37.84
%18.82
%43.34

CMYK Percentages of Color #b359cd

%13
%57
%0
%20

Triadic Colors of #b359cd

#b359cd #cdb359 #59cdb3

Analogous Colors of #b359cd

#b359cd #cd59ad #7959cd

Monochromatic Colors of #b359cd

#b359cd

Complementary Color

#b359cd #73cd59

#b359cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b359cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b359cd Color CSS Codes

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

#b359cd Text Font Color

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

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


#b359cd Background Color

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

This div background color is #b359cd


#b359cd Border Color

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

This div border color is #b359cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,89,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b359cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b359cd;
  -webkit-box-shadow: 1px 1px 3px 2px #b359cd;
  box-shadow:         1px 1px 3px 2px #b359cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,89,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b359cd


Comments

No comments written yet.

Please login to write comment.