Color Hex Logo

#b454ff Color Hex

#B454FF
(180,84,255)
0 Favorites   0 Comments

Color spaces of #b454ff

RGB 18084255
HSL0.761.000.66
HSV274°67°100°
CMYK 0.290.670.00   0.00
XYZ40.042723.263996.9876
Yxy23.26390.24980.1451
Hunter Lab48.232763.7833-85.4591
CIE-Lab55.343167.3142-69.4287

#b454ff color RGB value is (180,84,255).

#b454ff hex color red value is 180, green value is 84 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b454ff hue: 0.76 , saturation: 1.00 and the lightness value of b454ff is 0.66.

The process color (four color CMYK) of #b454ff color hex is 0.29, 0.67, 0.00, 0.00. Web safe color of #b454ff is #cc66ff. Color #b454ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010100 11111111
Octal 264 124 377
Decimal 180 84 255
Hex B4 54 FF

RGB Percentages of Color #b454ff

%34.68
%16.18
%49.13

CMYK Percentages of Color #b454ff

%29
%67
%0
%0

Triadic Colors of #b454ff

#b454ff #ffb454 #54ffb4

Analogous Colors of #b454ff

#b454ff #ff54f5 #5e54ff

Monochromatic Colors of #b454ff

#b454ff

Complementary Color

#b454ff #9fff54

#b454ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b454ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b454ff Color CSS Codes

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

#b454ff Text Font Color

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

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


#b454ff Background Color

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

This div background color is #b454ff


#b454ff Border Color

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

This div border color is #b454ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b454ff


Comments

No comments written yet.

Please login to write comment.