Color Hex Logo

#b995ff Color Hex

#B995FF
(185,149,255)
0 Favorites   0 Comments

Color spaces of #b995ff

RGB 185149255
HSL0.721.000.79
HSV260°42°100°
CMYK 0.270.420.00   0.00
XYZ48.805039.029299.5688
Yxy39.02920.26040.2083
Hunter Lab62.473430.1182-50.7639
CIE-Lab68.772434.9874-47.9670

#b995ff color RGB value is (185,149,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010101 11111111
Octal 271 225 377
Decimal 185 149 255
Hex B9 95 FF

RGB Percentages of Color #b995ff

%31.41
%25.30
%43.29

CMYK Percentages of Color #b995ff

%27
%42
%0
%0

Triadic Colors of #b995ff

#b995ff #ffb995 #95ffb9

Analogous Colors of #b995ff

#b995ff #ee95ff #95a6ff

Monochromatic Colors of #b995ff

#b995ff

Complementary Color

#b995ff #dbff95

#b995ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b995ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b995ff Color CSS Codes

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

#b995ff Text Font Color

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

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


#b995ff Background Color

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

This div background color is #b995ff


#b995ff Border Color

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

This div border color is #b995ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b995ff

#b995ff Color Palettes


Comments

No comments written yet.

Please login to write comment.