Color Hex Logo

#b971ed Color Hex

#B971ED
(185,113,237)
0 Favorites   0 Comments

Color spaces of #b971ed

RGB 185113237
HSL0.760.780.69
HSV275°52°93°
CMYK 0.220.520.00   0.07
XYZ41.198828.239083.4000
Yxy28.23900.26960.1848
Hunter Lab53.140445.3922-55.8531
CIE-Lab60.104050.3661-51.7781

#b971ed color RGB value is (185,113,237).

#b971ed hex color red value is 185, green value is 113 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b971ed hue: 0.76 , saturation: 0.78 and the lightness value of b971ed is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110001 11101101
Octal 271 161 355
Decimal 185 113 237
Hex B9 71 ED

RGB Percentages of Color #b971ed

%34.58
%21.12
%44.30

CMYK Percentages of Color #b971ed

%22
%52
%0
%7

Triadic Colors of #b971ed

#b971ed #edb971 #71edb9

Analogous Colors of #b971ed

#b971ed #ed71e3 #7b71ed

Monochromatic Colors of #b971ed

#b971ed

Complementary Color

#b971ed #a5ed71

#b971ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b971ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b971ed Color CSS Codes

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

#b971ed Text Font Color

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

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


#b971ed Background Color

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

This div background color is #b971ed


#b971ed Border Color

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

This div border color is #b971ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b971ed


Comments

No comments written yet.

Please login to write comment.