Color Hex Logo

#b052ff Color Hex

#B052FF
(176,82,255)
0 Favorites   0 Comments

Color spaces of #b052ff

RGB 17682255
HSL0.761.000.66
HSV273°68°100°
CMYK 0.310.680.00   0.00
XYZ38.971822.484796.8937
Yxy22.48470.24610.1420
Hunter Lab47.418063.7235-87.9602
CIE-Lab54.537567.4148-70.7555

#b052ff color RGB value is (176,82,255).

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

The process color (four color CMYK) of #b052ff color hex is 0.31, 0.68, 0.00, 0.00. Web safe color of #b052ff is #9966ff. Color #b052ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010010 11111111
Octal 260 122 377
Decimal 176 82 255
Hex B0 52 FF

RGB Percentages of Color #b052ff

%34.31
%15.98
%49.71

CMYK Percentages of Color #b052ff

%31
%68
%0
%0

Triadic Colors of #b052ff

#b052ff #ffb052 #52ffb0

Analogous Colors of #b052ff

#b052ff #ff52f8 #5a52ff

Monochromatic Colors of #b052ff

#b052ff

Complementary Color

#b052ff #a1ff52

#b052ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b052ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b052ff Color CSS Codes

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

#b052ff Text Font Color

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

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


#b052ff Background Color

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

This div background color is #b052ff


#b052ff Border Color

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

This div border color is #b052ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b052ff

Related Colors

#b052ff Color Palettes


Comments

No comments written yet.

Please login to write comment.