Color Hex Logo

#b883dd Color Hex

#B883DD
(184,131,221)
0 Favorites   0 Comments

Color spaces of #b883dd

RGB 184131221
HSL0.760.570.69
HSV275°41°87°
CMYK 0.170.410.00   0.13
XYZ40.934631.643472.3569
Yxy31.64340.28240.2183
Hunter Lab56.252531.4516-36.8873
CIE-Lab63.047136.8701-38.2419

#b883dd color RGB value is (184,131,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000011 11011101
Octal 270 203 335
Decimal 184 131 221
Hex B8 83 DD

RGB Percentages of Color #b883dd

%34.33
%24.44
%41.23

CMYK Percentages of Color #b883dd

%17
%41
%0
%13

Triadic Colors of #b883dd

#b883dd #ddb883 #83ddb8

Analogous Colors of #b883dd

#b883dd #dd83d5 #8b83dd

Monochromatic Colors of #b883dd

#b883dd

Complementary Color

#b883dd #a8dd83

#b883dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b883dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b883dd Color CSS Codes

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

#b883dd Text Font Color

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

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


#b883dd Background Color

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

This div background color is #b883dd


#b883dd Border Color

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

This div border color is #b883dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b883dd


Comments

No comments written yet.

Please login to write comment.