Color Hex Logo

#b530de Color Hex

#B530DE
(181,48,222)
0 Favorites   0 Comments

Color spaces of #b530de

RGB 18148222
HSL0.790.730.53
HSV286°78°87°
CMYK 0.180.780.00   0.13
XYZ33.297817.211670.6744
Yxy17.21160.27480.1420
Hunter Lab41.486970.6640-71.9619
CIE-Lab48.525674.3482-61.9156

#b530de color RGB value is (181,48,222).

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

The process color (four color CMYK) of #b530de color hex is 0.18, 0.78, 0.00, 0.13. Web safe color of #b530de is #cc33cc. Color #b530de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110000 11011110
Octal 265 60 336
Decimal 181 48 222
Hex B5 30 DE

RGB Percentages of Color #b530de

%40.13
%10.64
%49.22

CMYK Percentages of Color #b530de

%18
%78
%0
%13

Triadic Colors of #b530de

#b530de #deb530 #30deb5

Analogous Colors of #b530de

#b530de #de30b0 #5e30de

Monochromatic Colors of #b530de

#b530de

Complementary Color

#b530de #59de30

#b530de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b530de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b530de Color CSS Codes

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

#b530de Text Font Color

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

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


#b530de Background Color

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

This div background color is #b530de


#b530de Border Color

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

This div border color is #b530de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b530de


Comments

No comments written yet.

Please login to write comment.