Color Hex Logo

#b532de Color Hex

#B532DE
(181,50,222)
0 Favorites   0 Comments

Color spaces of #b532de

RGB 18150222
HSL0.790.720.53
HSV286°77°87°
CMYK 0.180.770.00   0.13
XYZ33.381517.378970.7023
Yxy17.37890.27480.1431
Hunter Lab41.688069.9791-71.3734
CIE-Lab48.733973.7450-61.5791

#b532de color RGB value is (181,50,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110010 11011110
Octal 265 62 336
Decimal 181 50 222
Hex B5 32 DE

RGB Percentages of Color #b532de

%39.96
%11.04
%49.01

CMYK Percentages of Color #b532de

%18
%77
%0
%13

Triadic Colors of #b532de

#b532de #deb532 #32deb5

Analogous Colors of #b532de

#b532de #de32b1 #5f32de

Monochromatic Colors of #b532de

#b532de

Complementary Color

#b532de #5bde32

#b532de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b532de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b532de Color CSS Codes

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

#b532de Text Font Color

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

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


#b532de Background Color

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

This div background color is #b532de


#b532de Border Color

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

This div border color is #b532de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b532de


Comments

No comments written yet.

Please login to write comment.