Color Hex Logo

#b530ee Color Hex

#B530EE
(181,48,238)
0 Favorites   0 Comments

Color spaces of #b530ee

RGB 18148238
HSL0.780.850.56
HSV282°80°93°
CMYK 0.240.800.00   0.07
XYZ35.545618.110782.5112
Yxy18.11070.26100.1330
Hunter Lab42.556774.6186-85.1650
CIE-Lab49.630177.3466-69.1842

#b530ee color RGB value is (181,48,238).

#b530ee hex color red value is 181, green value is 48 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b530ee hue: 0.78 , saturation: 0.85 and the lightness value of b530ee is 0.56.

The process color (four color CMYK) of #b530ee color hex is 0.24, 0.80, 0.00, 0.07. Web safe color of #b530ee is #cc33ff. Color #b530ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110000 11101110
Octal 265 60 356
Decimal 181 48 238
Hex B5 30 EE

RGB Percentages of Color #b530ee

%38.76
%10.28
%50.96

CMYK Percentages of Color #b530ee

%24
%80
%0
%7

Triadic Colors of #b530ee

#b530ee #eeb530 #30eeb5

Analogous Colors of #b530ee

#b530ee #ee30c8 #5630ee

Monochromatic Colors of #b530ee

#b530ee

Complementary Color

#b530ee #69ee30

#b530ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b530ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b530ee Color CSS Codes

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

#b530ee Text Font Color

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

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


#b530ee Background Color

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

This div background color is #b530ee


#b530ee Border Color

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

This div border color is #b530ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b530ee


Comments

No comments written yet.

Please login to write comment.