Color Hex Logo

#b358bd Color Hex

#B358BD
(179,88,189)
0 Favorites   0 Comments

Color spaces of #b358bd

RGB 17988189
HSL0.820.430.54
HSV294°53°74°
CMYK 0.050.530.00   0.26
XYZ31.265420.237350.4024
Yxy20.23730.30680.1986
Hunter Lab44.985945.3330-34.9387
CIE-Lab52.104551.5995-37.2916

#b358bd color RGB value is (179,88,189).

#b358bd hex color red value is 179, green value is 88 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b358bd hue: 0.82 , saturation: 0.43 and the lightness value of b358bd is 0.54.

The process color (four color CMYK) of #b358bd color hex is 0.05, 0.53, 0.00, 0.26. Web safe color of #b358bd is #cc66cc. Color #b358bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011000 10111101
Octal 263 130 275
Decimal 179 88 189
Hex B3 58 BD

RGB Percentages of Color #b358bd

%39.25
%19.30
%41.45

CMYK Percentages of Color #b358bd

%5
%53
%0
%26

Triadic Colors of #b358bd

#b358bd #bdb358 #58bdb3

Analogous Colors of #b358bd

#b358bd #bd5895 #8158bd

Monochromatic Colors of #b358bd

#b358bd

Complementary Color

#b358bd #62bd58

#b358bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b358bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b358bd Color CSS Codes

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

#b358bd Text Font Color

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

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


#b358bd Background Color

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

This div background color is #b358bd


#b358bd Border Color

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

This div border color is #b358bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b358bd


Comments

No comments written yet.

Please login to write comment.