Color Hex Logo

#b530eb Color Hex

#B530EB
(181,48,235)
0 Favorites   0 Comments

Color spaces of #b530eb

RGB 18148235
HSL0.790.820.55
HSV283°80°92°
CMYK 0.230.800.00   0.08
XYZ35.108417.935880.2088
Yxy17.93580.26350.1346
Hunter Lab42.350773.8615-82.6450
CIE-Lab49.418176.7771-67.8376

#b530eb color RGB value is (181,48,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110000 11101011
Octal 265 60 353
Decimal 181 48 235
Hex B5 30 EB

RGB Percentages of Color #b530eb

%39.01
%10.34
%50.65

CMYK Percentages of Color #b530eb

%23
%80
%0
%8

Triadic Colors of #b530eb

#b530eb #ebb530 #30ebb5

Analogous Colors of #b530eb

#b530eb #eb30c4 #5830eb

Monochromatic Colors of #b530eb

#b530eb

Complementary Color

#b530eb #66eb30

#b530eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b530eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b530eb Color CSS Codes

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

#b530eb Text Font Color

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

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


#b530eb Background Color

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

This div background color is #b530eb


#b530eb Border Color

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

This div border color is #b530eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b530eb


Comments

No comments written yet.

Please login to write comment.