Color Hex Logo

#b353bb Color Hex

#B353BB
(179,83,187)
0 Favorites   0 Comments

Color spaces of #b353bb

RGB 17983187
HSL0.820.430.53
HSV295°56°73°
CMYK 0.040.560.00   0.27
XYZ30.653319.358149.1346
Yxy19.35810.30920.1952
Hunter Lab43.997847.3647-35.4136
CIE-Lab51.103653.6464-37.7091

#b353bb color RGB value is (179,83,187).

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

The process color (four color CMYK) of #b353bb color hex is 0.04, 0.56, 0.00, 0.27. Web safe color of #b353bb is #cc66cc. Color #b353bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010011 10111011
Octal 263 123 273
Decimal 179 83 187
Hex B3 53 BB

RGB Percentages of Color #b353bb

%39.87
%18.49
%41.65

CMYK Percentages of Color #b353bb

%4
%56
%0
%27

Triadic Colors of #b353bb

#b353bb #bbb353 #53bbb3

Analogous Colors of #b353bb

#b353bb #bb538f #7f53bb

Monochromatic Colors of #b353bb

#b353bb

Complementary Color

#b353bb #5bbb53

#b353bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b353bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b353bb Color CSS Codes

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

#b353bb Text Font Color

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

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


#b353bb Background Color

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

This div background color is #b353bb


#b353bb Border Color

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

This div border color is #b353bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b353bb


Comments

No comments written yet.

Please login to write comment.