Color Hex Logo

#b919ea Color Hex

#B919EA
(185,25,234)
0 Favorites   0 Comments

Color spaces of #b919ea

RGB 18525234
HSL0.790.830.51
HSV286°89°92°
CMYK 0.210.890.00   0.08
XYZ35.206516.950179.2580
Yxy16.95010.26790.1290
Hunter Lab41.170580.5939-85.3208
CIE-Lab48.197182.3741-69.2263

#b919ea color RGB value is (185,25,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00011001 11101010
Octal 271 31 352
Decimal 185 25 234
Hex B9 19 EA

RGB Percentages of Color #b919ea

%41.67
%5.63
%52.70

CMYK Percentages of Color #b919ea

%21
%89
%0
%8

Triadic Colors of #b919ea

#b919ea #eab919 #19eab9

Analogous Colors of #b919ea

#b919ea #ea19b3 #5019ea

Monochromatic Colors of #b919ea

#b919ea

Complementary Color

#b919ea #4aea19

#b919ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b919ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b919ea Color CSS Codes

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

#b919ea Text Font Color

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

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


#b919ea Background Color

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

This div background color is #b919ea


#b919ea Border Color

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

This div border color is #b919ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b919ea


Comments

No comments written yet.

Please login to write comment.