Color Hex Logo

#b895da Color Hex

#B895DA
(184,149,218)
0 Favorites   0 Comments

Color spaces of #b895da

RGB 184149218
HSL0.750.480.72
HSV270°32°85°
CMYK 0.160.320.00   0.15
XYZ43.169536.747271.1473
Yxy36.74720.28580.2433
Hunter Lab60.619521.0328-27.1533
CIE-Lab67.086926.2072-30.2986

#b895da color RGB value is (184,149,218).

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

The process color (four color CMYK) of #b895da color hex is 0.16, 0.32, 0.00, 0.15. Web safe color of #b895da is #cc99cc. Color #b895da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010101 11011010
Octal 270 225 332
Decimal 184 149 218
Hex B8 95 DA

RGB Percentages of Color #b895da

%33.39
%27.04
%39.56

CMYK Percentages of Color #b895da

%16
%32
%0
%15

Triadic Colors of #b895da

#b895da #dab895 #95dab8

Analogous Colors of #b895da

#b895da #da95da #9695da

Monochromatic Colors of #b895da

#b895da

Complementary Color

#b895da #b7da95

#b895da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b895da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b895da Color CSS Codes

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

#b895da Text Font Color

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

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


#b895da Background Color

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

This div background color is #b895da


#b895da Border Color

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

This div border color is #b895da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b895da


Comments

No comments written yet.

Please login to write comment.