Color Hex Logo

#b359be Color Hex

#B359BE
(179,89,190)
0 Favorites   0 Comments

Color spaces of #b359be

RGB 17989190
HSL0.820.440.55
HSV293°53°75°
CMYK 0.060.530.00   0.25
XYZ31.457020.446251.0037
Yxy20.44620.30570.1987
Hunter Lab45.217545.0487-35.2248
CIE-Lab52.338051.2965-37.5018

#b359be color RGB value is (179,89,190).

#b359be hex color red value is 179, green value is 89 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b359be hue: 0.82 , saturation: 0.44 and the lightness value of b359be is 0.55.

The process color (four color CMYK) of #b359be color hex is 0.06, 0.53, 0.00, 0.25. Web safe color of #b359be is #cc66cc. Color #b359be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011001 10111110
Octal 263 131 276
Decimal 179 89 190
Hex B3 59 BE

RGB Percentages of Color #b359be

%39.08
%19.43
%41.48

CMYK Percentages of Color #b359be

%6
%53
%0
%25

Triadic Colors of #b359be

#b359be #beb359 #59beb3

Analogous Colors of #b359be

#b359be #be5997 #8159be

Monochromatic Colors of #b359be

#b359be

Complementary Color

#b359be #64be59

#b359be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b359be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b359be Color CSS Codes

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

#b359be Text Font Color

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

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


#b359be Background Color

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

This div background color is #b359be


#b359be Border Color

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

This div border color is #b359be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b359be


Comments

No comments written yet.

Please login to write comment.