Color Hex Logo

#b309ed Color Hex

#B309ED
(179,9,237)
0 Favorites   0 Comments

Color spaces of #b309ed

RGB 1799237
HSL0.790.930.48
HSV285°96°93°
CMYK 0.240.960.00   0.07
XYZ33.974215.893581.3979
Yxy15.89350.25880.1211
Hunter Lab39.866782.3503-93.1489
CIE-Lab46.834584.0081-73.1805

#b309ed color RGB value is (179,9,237).

#b309ed hex color red value is 179, green value is 9 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b309ed hue: 0.79 , saturation: 0.93 and the lightness value of b309ed is 0.48.

The process color (four color CMYK) of #b309ed color hex is 0.24, 0.96, 0.00, 0.07. Web safe color of #b309ed is #cc00ff. Color #b309ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00001001 11101101
Octal 263 11 355
Decimal 179 9 237
Hex B3 9 ED

RGB Percentages of Color #b309ed

%42.12
%2.12
%55.76

CMYK Percentages of Color #b309ed

%24
%96
%0
%7

Triadic Colors of #b309ed

#b309ed #edb309 #09edb3

Analogous Colors of #b309ed

#b309ed #ed09b5 #4109ed

Monochromatic Colors of #b309ed

#b309ed

Complementary Color

#b309ed #43ed09

#b309ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b309ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b309ed Color CSS Codes

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

#b309ed Text Font Color

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

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


#b309ed Background Color

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

This div background color is #b309ed


#b309ed Border Color

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

This div border color is #b309ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b309ed


Comments

No comments written yet.

Please login to write comment.