Color Hex Logo

#b509ea Color Hex

#B509EA
(181,9,234)
0 Favorites   0 Comments

Color spaces of #b509ea

RGB 1819234
HSL0.790.930.48
HSV286°96°92°
CMYK 0.230.960.00   0.08
XYZ34.005015.959679.1302
Yxy15.95960.26340.1236
Hunter Lab39.949582.0277-89.4745
CIE-Lab46.921483.7404-71.3290

#b509ea color RGB value is (181,9,234).

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

The process color (four color CMYK) of #b509ea color hex is 0.23, 0.96, 0.00, 0.08. Web safe color of #b509ea is #cc00ff. Color #b509ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001001 11101010
Octal 265 11 352
Decimal 181 9 234
Hex B5 9 EA

RGB Percentages of Color #b509ea

%42.69
%2.12
%55.19

CMYK Percentages of Color #b509ea

%23
%96
%0
%8

Triadic Colors of #b509ea

#b509ea #eab509 #09eab5

Analogous Colors of #b509ea

#b509ea #ea09af #4509ea

Monochromatic Colors of #b509ea

#b509ea

Complementary Color

#b509ea #3eea09

#b509ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b509ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b509ea Color CSS Codes

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

#b509ea Text Font Color

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

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


#b509ea Background Color

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

This div background color is #b509ea


#b509ea Border Color

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

This div border color is #b509ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,9,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b509ea


Comments

No comments written yet.

Please login to write comment.