Color Hex Logo

#b882dd Color Hex

#B882DD
(184,130,221)
0 Favorites   0 Comments

Color spaces of #b882dd

RGB 184130221
HSL0.770.570.69
HSV276°41°87°
CMYK 0.170.410.00   0.13
XYZ40.800931.376172.3124
Yxy31.37610.28240.2172
Hunter Lab56.014431.9943-37.3310
CIE-Lab62.823837.4207-38.5910

#b882dd color RGB value is (184,130,221).

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

The process color (four color CMYK) of #b882dd color hex is 0.17, 0.41, 0.00, 0.13. Web safe color of #b882dd is #cc99cc. Color #b882dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000010 11011101
Octal 270 202 335
Decimal 184 130 221
Hex B8 82 DD

RGB Percentages of Color #b882dd

%34.39
%24.30
%41.31

CMYK Percentages of Color #b882dd

%17
%41
%0
%13

Triadic Colors of #b882dd

#b882dd #ddb882 #82ddb8

Analogous Colors of #b882dd

#b882dd #dd82d5 #8b82dd

Monochromatic Colors of #b882dd

#b882dd

Complementary Color

#b882dd #a7dd82

#b882dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b882dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b882dd Color CSS Codes

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

#b882dd Text Font Color

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

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


#b882dd Background Color

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

This div background color is #b882dd


#b882dd Border Color

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

This div border color is #b882dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b882dd


Comments

No comments written yet.

Please login to write comment.