Color Hex Logo

#b895ff Color Hex

#B895FF
(184,149,255)
0 Favorites   0 Comments

Color spaces of #b895ff

RGB 184149255
HSL0.721.000.79
HSV260°42°100°
CMYK 0.280.420.00   0.00
XYZ48.564638.905299.5576
Yxy38.90520.25970.2080
Hunter Lab62.374029.8261-50.9732
CIE-Lab68.682534.7163-48.1147

#b895ff color RGB value is (184,149,255).

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

The process color (four color CMYK) of #b895ff color hex is 0.28, 0.42, 0.00, 0.00. Web safe color of #b895ff is #cc99ff. Color #b895ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010101 11111111
Octal 270 225 377
Decimal 184 149 255
Hex B8 95 FF

RGB Percentages of Color #b895ff

%31.29
%25.34
%43.37

CMYK Percentages of Color #b895ff

%28
%42
%0
%0

Triadic Colors of #b895ff

#b895ff #ffb895 #95ffb8

Analogous Colors of #b895ff

#b895ff #ed95ff #95a7ff

Monochromatic Colors of #b895ff

#b895ff

Complementary Color

#b895ff #dcff95

#b895ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b895ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b895ff Color CSS Codes

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

#b895ff Text Font Color

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

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


#b895ff Background Color

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

This div background color is #b895ff


#b895ff Border Color

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

This div border color is #b895ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b895ff


Comments

No comments written yet.

Please login to write comment.