Color Hex Logo

#b084dd Color Hex

#B084DD
(176,132,221)
0 Favorites   0 Comments

Color spaces of #b084dd

RGB 176132221
HSL0.750.570.69
HSV270°40°87°
CMYK 0.200.400.00   0.13
XYZ39.206930.953172.3147
Yxy30.95310.27520.2173
Hunter Lab55.635528.4286-38.1199
CIE-Lab62.468033.9772-39.2063

#b084dd color RGB value is (176,132,221).

#b084dd hex color red value is 176, green value is 132 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b084dd hue: 0.75 , saturation: 0.57 and the lightness value of b084dd is 0.69.

The process color (four color CMYK) of #b084dd color hex is 0.20, 0.40, 0.00, 0.13. Web safe color of #b084dd is #9999cc. Color #b084dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000100 11011101
Octal 260 204 335
Decimal 176 132 221
Hex B0 84 DD

RGB Percentages of Color #b084dd

%33.27
%24.95
%41.78

CMYK Percentages of Color #b084dd

%20
%40
%0
%13

Triadic Colors of #b084dd

#b084dd #ddb084 #84ddb0

Analogous Colors of #b084dd

#b084dd #dd84dd #8485dd

Monochromatic Colors of #b084dd

#b084dd

Complementary Color

#b084dd #b1dd84

#b084dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b084dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b084dd Color CSS Codes

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

#b084dd Text Font Color

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

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


#b084dd Background Color

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

This div background color is #b084dd


#b084dd Border Color

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

This div border color is #b084dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b084dd


Comments

No comments written yet.

Please login to write comment.