Color Hex Logo

#b895dd Color Hex

#B895DD
(184,149,221)
0 Favorites   0 Comments

Color spaces of #b895dd

RGB 184149221
HSL0.750.510.73
HSV269°33°87°
CMYK 0.170.330.00   0.13
XYZ43.565836.905773.2340
Yxy36.90570.28340.2401
Hunter Lab60.750121.6954-28.9489
CIE-Lab67.206226.8656-31.7733

#b895dd color RGB value is (184,149,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010101 11011101
Octal 270 225 335
Decimal 184 149 221
Hex B8 95 DD

RGB Percentages of Color #b895dd

%33.21
%26.90
%39.89

CMYK Percentages of Color #b895dd

%17
%33
%0
%13

Triadic Colors of #b895dd

#b895dd #ddb895 #95ddb8

Analogous Colors of #b895dd

#b895dd #dc95dd #9596dd

Monochromatic Colors of #b895dd

#b895dd

Complementary Color

#b895dd #badd95

#b895dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b895dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b895dd Color CSS Codes

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

#b895dd Text Font Color

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

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


#b895dd Background Color

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

This div background color is #b895dd


#b895dd Border Color

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

This div border color is #b895dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b895dd


Comments

No comments written yet.

Please login to write comment.