Color Hex Logo

#b732dd Color Hex

#B732DD
(183,50,221)
0 Favorites   0 Comments

Color spaces of #b732dd

RGB 18350221
HSL0.800.720.53
HSV287°77°87°
CMYK 0.170.770.00   0.13
XYZ33.720217.568970.0205
Yxy17.56890.27800.1448
Hunter Lab41.915370.2488-69.7047
CIE-Lab48.969073.9210-60.6153

#b732dd color RGB value is (183,50,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00110010 11011101
Octal 267 62 335
Decimal 183 50 221
Hex B7 32 DD

RGB Percentages of Color #b732dd

%40.31
%11.01
%48.68

CMYK Percentages of Color #b732dd

%17
%77
%0
%13

Triadic Colors of #b732dd

#b732dd #ddb732 #32ddb7

Analogous Colors of #b732dd

#b732dd #dd32ae #6232dd

Monochromatic Colors of #b732dd

#b732dd

Complementary Color

#b732dd #58dd32

#b732dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b732dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b732dd Color CSS Codes

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

#b732dd Text Font Color

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

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


#b732dd Background Color

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

This div background color is #b732dd


#b732dd Border Color

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

This div border color is #b732dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b732dd


Comments

No comments written yet.

Please login to write comment.