Color Hex Logo

#b915ea Color Hex

#B915EA
(185,21,234)
0 Favorites   0 Comments

Color spaces of #b915ea

RGB 18521234
HSL0.790.840.50
HSV286°91°92°
CMYK 0.210.910.00   0.08
XYZ35.127016.791179.2315
Yxy16.79110.26780.1280
Hunter Lab40.976981.3074-85.9571
CIE-Lab47.995782.9716-69.5535

#b915ea color RGB value is (185,21,234).

#b915ea hex color red value is 185, green value is 21 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b915ea hue: 0.79 , saturation: 0.84 and the lightness value of b915ea is 0.50.

The process color (four color CMYK) of #b915ea color hex is 0.21, 0.91, 0.00, 0.08. Web safe color of #b915ea is #cc00ff. Color #b915ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00010101 11101010
Octal 271 25 352
Decimal 185 21 234
Hex B9 15 EA

RGB Percentages of Color #b915ea

%42.05
%4.77
%53.18

CMYK Percentages of Color #b915ea

%21
%91
%0
%8

Triadic Colors of #b915ea

#b915ea #eab915 #15eab9

Analogous Colors of #b915ea

#b915ea #ea15b1 #4e15ea

Monochromatic Colors of #b915ea

#b915ea

Complementary Color

#b915ea #46ea15

#b915ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b915ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b915ea Color CSS Codes

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

#b915ea Text Font Color

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

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


#b915ea Background Color

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

This div background color is #b915ea


#b915ea Border Color

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

This div border color is #b915ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b915ea


Comments

No comments written yet.

Please login to write comment.