Color Hex Logo

#b894dd Color Hex

#B894DD
(184,148,221)
0 Favorites   0 Comments

Color spaces of #b894dd

RGB 184148221
HSL0.750.520.72
HSV270°33°87°
CMYK 0.170.330.00   0.13
XYZ43.408236.590673.1814
Yxy36.59060.28340.2389
Hunter Lab60.490222.2352-29.3863
CIE-Lab66.968727.4238-32.1408

#b894dd color RGB value is (184,148,221).

#b894dd hex color red value is 184, green value is 148 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b894dd hue: 0.75 , saturation: 0.52 and the lightness value of b894dd is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010100 11011101
Octal 270 224 335
Decimal 184 148 221
Hex B8 94 DD

RGB Percentages of Color #b894dd

%33.27
%26.76
%39.96

CMYK Percentages of Color #b894dd

%17
%33
%0
%13

Triadic Colors of #b894dd

#b894dd #ddb894 #94ddb8

Analogous Colors of #b894dd

#b894dd #dd94dd #9495dd

Monochromatic Colors of #b894dd

#b894dd

Complementary Color

#b894dd #b9dd94

#b894dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b894dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b894dd Color CSS Codes

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

#b894dd Text Font Color

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

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


#b894dd Background Color

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

This div background color is #b894dd


#b894dd Border Color

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

This div border color is #b894dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b894dd

#b894dd Color Palettes


Comments

No comments written yet.

Please login to write comment.