Color Hex Logo

#b895ed Color Hex

#B895ED
(184,149,237)
0 Favorites   0 Comments

Color spaces of #b895ed

RGB 184149237
HSL0.730.710.76
HSV264°37°93°
CMYK 0.220.370.00   0.07
XYZ45.800737.799785.0029
Yxy37.79970.27160.2242
Hunter Lab61.481525.3813-38.9360
CIE-Lab67.872730.4753-39.5487

#b895ed color RGB value is (184,149,237).

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

The process color (four color CMYK) of #b895ed color hex is 0.22, 0.37, 0.00, 0.07. Web safe color of #b895ed is #cc99ff. Color #b895ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010101 11101101
Octal 270 225 355
Decimal 184 149 237
Hex B8 95 ED

RGB Percentages of Color #b895ed

%32.28
%26.14
%41.58

CMYK Percentages of Color #b895ed

%22
%37
%0
%7

Triadic Colors of #b895ed

#b895ed #edb895 #95edb8

Analogous Colors of #b895ed

#b895ed #e495ed #959eed

Monochromatic Colors of #b895ed

#b895ed

Complementary Color

#b895ed #caed95

#b895ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b895ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b895ed Color CSS Codes

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

#b895ed Text Font Color

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

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


#b895ed Background Color

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

This div background color is #b895ed


#b895ed Border Color

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

This div border color is #b895ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,149,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b895ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b895ed


Comments

No comments written yet.

Please login to write comment.