Color Hex Logo

#b730eb Color Hex

#B730EB
(183,48,235)
0 Favorites   0 Comments

Color spaces of #b730eb

RGB 18348235
HSL0.790.820.55
HSV283°80°92°
CMYK 0.220.800.00   0.08
XYZ35.580818.179380.2309
Yxy18.17930.26550.1357
Hunter Lab42.637274.3434-81.7207
CIE-Lab49.712977.1087-67.3461

#b730eb color RGB value is (183,48,235).

#b730eb hex color red value is 183, green value is 48 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b730eb hue: 0.79 , saturation: 0.82 and the lightness value of b730eb is 0.55.

The process color (four color CMYK) of #b730eb color hex is 0.22, 0.80, 0.00, 0.08. Web safe color of #b730eb is #cc33ff. Color #b730eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00110000 11101011
Octal 267 60 353
Decimal 183 48 235
Hex B7 30 EB

RGB Percentages of Color #b730eb

%39.27
%10.30
%50.43

CMYK Percentages of Color #b730eb

%22
%80
%0
%8

Triadic Colors of #b730eb

#b730eb #ebb730 #30ebb7

Analogous Colors of #b730eb

#b730eb #eb30c2 #5a30eb

Monochromatic Colors of #b730eb

#b730eb

Complementary Color

#b730eb #64eb30

#b730eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b730eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b730eb Color CSS Codes

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

#b730eb Text Font Color

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

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


#b730eb Background Color

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

This div background color is #b730eb


#b730eb Border Color

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

This div border color is #b730eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b730eb


Comments

No comments written yet.

Please login to write comment.