Color Hex Logo

#b054be Color Hex

#B054BE
(176,84,190)
0 Favorites   0 Comments

Color spaces of #b054be

RGB 17684190
HSL0.810.450.54
HSV292°56°75°
CMYK 0.070.560.00   0.25
XYZ30.369119.288550.8376
Yxy19.28850.30220.1919
Hunter Lab43.918746.5724-37.8874
CIE-Lab51.023052.9305-39.6001

#b054be color RGB value is (176,84,190).

#b054be hex color red value is 176, green value is 84 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b054be hue: 0.81 , saturation: 0.45 and the lightness value of b054be is 0.54.

The process color (four color CMYK) of #b054be color hex is 0.07, 0.56, 0.00, 0.25. Web safe color of #b054be is #9966cc. Color #b054be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010100 10111110
Octal 260 124 276
Decimal 176 84 190
Hex B0 54 BE

RGB Percentages of Color #b054be

%39.11
%18.67
%42.22

CMYK Percentages of Color #b054be

%7
%56
%0
%25

Triadic Colors of #b054be

#b054be #beb054 #54beb0

Analogous Colors of #b054be

#b054be #be5497 #7b54be

Monochromatic Colors of #b054be

#b054be

Complementary Color

#b054be #62be54

#b054be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b054be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b054be Color CSS Codes

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

#b054be Text Font Color

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

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


#b054be Background Color

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

This div background color is #b054be


#b054be Border Color

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

This div border color is #b054be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,84,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b054be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b054be


Comments

No comments written yet.

Please login to write comment.