Color Hex Logo

#b954ed Color Hex

#B954ED
(185,84,237)
0 Favorites   0 Comments

Color spaces of #b954ed

RGB 18584237
HSL0.780.810.63
HSV280°65°93°
CMYK 0.220.650.00   0.07
XYZ38.464022.769482.4884
Yxy22.76940.26760.1584
Hunter Lab47.717360.3802-69.0919
CIE-Lab54.834064.5165-60.1952

#b954ed color RGB value is (185,84,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010100 11101101
Octal 271 124 355
Decimal 185 84 237
Hex B9 54 ED

RGB Percentages of Color #b954ed

%36.56
%16.60
%46.84

CMYK Percentages of Color #b954ed

%22
%65
%0
%7

Triadic Colors of #b954ed

#b954ed #edb954 #54edb9

Analogous Colors of #b954ed

#b954ed #ed54d5 #6d54ed

Monochromatic Colors of #b954ed

#b954ed

Complementary Color

#b954ed #88ed54

#b954ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b954ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b954ed Color CSS Codes

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

#b954ed Text Font Color

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

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


#b954ed Background Color

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

This div background color is #b954ed


#b954ed Border Color

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

This div border color is #b954ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b954ed


Comments

No comments written yet.

Please login to write comment.