Color Hex Logo

#b054ca Color Hex

#B054CA
(176,84,202)
0 Favorites   0 Comments

Color spaces of #b054ca

RGB 17684202
HSL0.800.530.56
HSV287°58°79°
CMYK 0.130.580.00   0.21
XYZ31.735519.835058.0330
Yxy19.83500.28950.1810
Hunter Lab44.536549.2554-46.0819
CIE-Lab51.650155.2790-45.5186

#b054ca color RGB value is (176,84,202).

#b054ca hex color red value is 176, green value is 84 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b054ca hue: 0.80 , saturation: 0.53 and the lightness value of b054ca is 0.56.

The process color (four color CMYK) of #b054ca color hex is 0.13, 0.58, 0.00, 0.21. Web safe color of #b054ca is #9966cc. Color #b054ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010100 11001010
Octal 260 124 312
Decimal 176 84 202
Hex B0 54 CA

RGB Percentages of Color #b054ca

%38.10
%18.18
%43.72

CMYK Percentages of Color #b054ca

%13
%58
%0
%21

Triadic Colors of #b054ca

#b054ca #cab054 #54cab0

Analogous Colors of #b054ca

#b054ca #ca54a9 #7554ca

Monochromatic Colors of #b054ca

#b054ca

Complementary Color

#b054ca #6eca54

#b054ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b054ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b054ca Color CSS Codes

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

#b054ca Text Font Color

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

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


#b054ca Background Color

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

This div background color is #b054ca


#b054ca Border Color

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

This div border color is #b054ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b054ca


Comments

No comments written yet.

Please login to write comment.