Color Hex Logo

#b054cd Color Hex

#B054CD
(176,84,205)
0 Favorites   0 Comments

Color spaces of #b054cd

RGB 17684205
HSL0.790.550.57
HSV286°59°80°
CMYK 0.140.590.00   0.20
XYZ32.094319.978559.9223
Yxy19.97850.28660.1784
Hunter Lab44.697349.9492-48.1975
CIE-Lab51.812955.8798-46.9789

#b054cd color RGB value is (176,84,205).

#b054cd hex color red value is 176, green value is 84 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b054cd hue: 0.79 , saturation: 0.55 and the lightness value of b054cd is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010100 11001101
Octal 260 124 315
Decimal 176 84 205
Hex B0 54 CD

RGB Percentages of Color #b054cd

%37.85
%18.06
%44.09

CMYK Percentages of Color #b054cd

%14
%59
%0
%20

Triadic Colors of #b054cd

#b054cd #cdb054 #54cdb0

Analogous Colors of #b054cd

#b054cd #cd54ae #7454cd

Monochromatic Colors of #b054cd

#b054cd

Complementary Color

#b054cd #71cd54

#b054cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b054cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b054cd Color CSS Codes

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

#b054cd Text Font Color

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

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


#b054cd Background Color

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

This div background color is #b054cd


#b054cd Border Color

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

This div border color is #b054cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b054cd


Comments

No comments written yet.

Please login to write comment.