Color Hex Logo

#b339ed Color Hex

#B339ED
(179,57,237)
0 Favorites   0 Comments

Color spaces of #b339ed

RGB 17957237
HSL0.780.830.58
HSV281°76°93°
CMYK 0.240.760.00   0.07
XYZ35.339618.624481.8530
Yxy18.62440.26020.1371
Hunter Lab43.156070.6472-82.2448
CIE-Lab50.244873.9996-67.6382

#b339ed color RGB value is (179,57,237).

#b339ed hex color red value is 179, green value is 57 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b339ed hue: 0.78 , saturation: 0.83 and the lightness value of b339ed is 0.58.

The process color (four color CMYK) of #b339ed color hex is 0.24, 0.76, 0.00, 0.07. Web safe color of #b339ed is #cc33ff. Color #b339ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00111001 11101101
Octal 263 71 355
Decimal 179 57 237
Hex B3 39 ED

RGB Percentages of Color #b339ed

%37.84
%12.05
%50.11

CMYK Percentages of Color #b339ed

%24
%76
%0
%7

Triadic Colors of #b339ed

#b339ed #edb339 #39edb3

Analogous Colors of #b339ed

#b339ed #ed39cd #5939ed

Monochromatic Colors of #b339ed

#b339ed

Complementary Color

#b339ed #73ed39

#b339ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b339ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b339ed Color CSS Codes

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

#b339ed Text Font Color

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

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


#b339ed Background Color

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

This div background color is #b339ed


#b339ed Border Color

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

This div border color is #b339ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b339ed


Comments

No comments written yet.

Please login to write comment.