Color Hex Logo

#b054dc Color Hex

#B054DC
(176,84,220)
0 Favorites   0 Comments

Color spaces of #b054dc

RGB 17684220
HSL0.780.660.60
HSV281°62°86°
CMYK 0.200.620.00   0.14
XYZ33.993120.738169.9214
Yxy20.73810.27270.1664
Hunter Lab45.539153.5496-59.1574
CIE-Lab52.661758.9566-54.1672

#b054dc color RGB value is (176,84,220).

#b054dc hex color red value is 176, green value is 84 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b054dc hue: 0.78 , saturation: 0.66 and the lightness value of b054dc is 0.60.

The process color (four color CMYK) of #b054dc color hex is 0.20, 0.62, 0.00, 0.14. Web safe color of #b054dc is #9966cc. Color #b054dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010100 11011100
Octal 260 124 334
Decimal 176 84 220
Hex B0 54 DC

RGB Percentages of Color #b054dc

%36.67
%17.50
%45.83

CMYK Percentages of Color #b054dc

%20
%62
%0
%14

Triadic Colors of #b054dc

#b054dc #dcb054 #54dcb0

Analogous Colors of #b054dc

#b054dc #dc54c4 #6c54dc

Monochromatic Colors of #b054dc

#b054dc

Complementary Color

#b054dc #80dc54

#b054dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b054dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b054dc Color CSS Codes

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

#b054dc Text Font Color

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

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


#b054dc Background Color

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

This div background color is #b054dc


#b054dc Border Color

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

This div border color is #b054dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b054dc


Comments

No comments written yet.

Please login to write comment.