color codes Logo

#b532dd color codes

#B532DD
(181,50,221)
0 Favorites   0 Comments

Color spaces of #b532dd

RGB 18150221
HSL0.790.720.53
HSV286°77°87°
CMYK 0.180.770.00   0.13
XYZ33.247817.325469.9984
Yxy17.32540.27580.1437
Hunter Lab41.623869.7387-70.5709
CIE-Lab48.667573.5601-61.1171

#b532dd color RGB value is (181,50,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110010 11011101
Octal 265 62 335
Decimal 181 50 221
Hex B5 32 DD

RGB Percentages of Color #b532dd

%40.04
%11.06
%48.89

CMYK Percentages of Color #b532dd

%18
%77
%0
%13

Triadic Colors of #b532dd

#b532dd #ddb532 #32ddb5

Analogous Colors of #b532dd

#b532dd #dd32b0 #5f32dd

Monochromatic Colors of #b532dd

#b532dd

Complementary Color

#b532dd #5add32

#b532dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b532dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b532dd Color CSS Codes

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

#b532dd Text Font Color

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

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


#b532dd Background Color

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

This div background color is #b532dd


#b532dd Border Color

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

This div border color is #b532dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b532dd


Comments

No comments written yet.

Please login to write comment.