Color Hex Logo

#b055fc Color Hex

#B055FC
(176,85,252)
0 Favorites   0 Comments

Color spaces of #b055fc

RGB 17685252
HSL0.760.970.66
HSV273°66°99°
CMYK 0.300.660.00   0.01
XYZ38.723722.755494.4467
Yxy22.75540.24830.1459
Hunter Lab47.702661.4219-83.9968
CIE-Lab54.819565.4096-68.6362

#b055fc color RGB value is (176,85,252).

#b055fc hex color red value is 176, green value is 85 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b055fc hue: 0.76 , saturation: 0.97 and the lightness value of b055fc is 0.66.

The process color (four color CMYK) of #b055fc color hex is 0.30, 0.66, 0.00, 0.01. Web safe color of #b055fc is #9966ff. Color #b055fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010101 11111100
Octal 260 125 374
Decimal 176 85 252
Hex B0 55 FC

RGB Percentages of Color #b055fc

%34.31
%16.57
%49.12

CMYK Percentages of Color #b055fc

%30
%66
%0
%1

Triadic Colors of #b055fc

#b055fc #fcb055 #55fcb0

Analogous Colors of #b055fc

#b055fc #fc55f5 #5c55fc

Monochromatic Colors of #b055fc

#b055fc

Complementary Color

#b055fc #a1fc55

#b055fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b055fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b055fc Color CSS Codes

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

#b055fc Text Font Color

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

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


#b055fc Background Color

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

This div background color is #b055fc


#b055fc Border Color

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

This div border color is #b055fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b055fc


Comments

No comments written yet.

Please login to write comment.