Color Hex Logo

#b97fed Color Hex

#B97FED
(185,127,237)
0 Favorites   0 Comments

Color spaces of #b97fed

RGB 185127237
HSL0.750.750.71
HSV272°46°93°
CMYK 0.220.460.00   0.07
XYZ42.883031.607583.9614
Yxy31.60750.27060.1995
Hunter Lab56.220537.7674-49.1910
CIE-Lab63.017242.8972-47.1652

#b97fed color RGB value is (185,127,237).

#b97fed hex color red value is 185, green value is 127 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b97fed hue: 0.75 , saturation: 0.75 and the lightness value of b97fed is 0.71.

The process color (four color CMYK) of #b97fed color hex is 0.22, 0.46, 0.00, 0.07. Web safe color of #b97fed is #cc66ff. Color #b97fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111111 11101101
Octal 271 177 355
Decimal 185 127 237
Hex B9 7F ED

RGB Percentages of Color #b97fed

%33.70
%23.13
%43.17

CMYK Percentages of Color #b97fed

%22
%46
%0
%7

Triadic Colors of #b97fed

#b97fed #edb97f #7fedb9

Analogous Colors of #b97fed

#b97fed #ed7fea #827fed

Monochromatic Colors of #b97fed

#b97fed

Complementary Color

#b97fed #b3ed7f

#b97fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97fed Color CSS Codes

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

#b97fed Text Font Color

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

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


#b97fed Background Color

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

This div background color is #b97fed


#b97fed Border Color

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

This div border color is #b97fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97fed


Comments

No comments written yet.

Please login to write comment.