Color Hex Logo

#b930ef Color Hex

#B930EF
(185,48,239)
0 Favorites   0 Comments

Color spaces of #b930ef

RGB 18548239
HSL0.790.860.56
HSV283°80°94°
CMYK 0.230.800.00   0.06
XYZ36.644518.660283.3317
Yxy18.66020.26430.1346
Hunter Lab43.197575.8264-84.1374
CIE-Lab50.287378.1886-68.6536

#b930ef color RGB value is (185,48,239).

#b930ef hex color red value is 185, green value is 48 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b930ef hue: 0.79 , saturation: 0.86 and the lightness value of b930ef is 0.56.

The process color (four color CMYK) of #b930ef color hex is 0.23, 0.80, 0.00, 0.06. Web safe color of #b930ef is #cc33ff. Color #b930ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110000 11101111
Octal 271 60 357
Decimal 185 48 239
Hex B9 30 EF

RGB Percentages of Color #b930ef

%39.19
%10.17
%50.64

CMYK Percentages of Color #b930ef

%23
%80
%0
%6

Triadic Colors of #b930ef

#b930ef #efb930 #30efb9

Analogous Colors of #b930ef

#b930ef #ef30c6 #5930ef

Monochromatic Colors of #b930ef

#b930ef

Complementary Color

#b930ef #66ef30

#b930ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b930ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b930ef Color CSS Codes

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

#b930ef Text Font Color

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

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


#b930ef Background Color

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

This div background color is #b930ef


#b930ef Border Color

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

This div border color is #b930ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,48,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b930ef


Comments

No comments written yet.

Please login to write comment.