Color Hex Logo

#b052fd Color Hex

#B052FD
(176,82,253)
0 Favorites   0 Comments

Color spaces of #b052fd

RGB 17682253
HSL0.760.980.66
HSV273°68°99°
CMYK 0.300.680.00   0.01
XYZ38.651422.356595.2066
Yxy22.35650.24740.1431
Hunter Lab47.282763.1709-86.2863
CIE-Lab54.403266.9730-69.8640

#b052fd color RGB value is (176,82,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010010 11111101
Octal 260 122 375
Decimal 176 82 253
Hex B0 52 FD

RGB Percentages of Color #b052fd

%34.44
%16.05
%49.51

CMYK Percentages of Color #b052fd

%30
%68
%0
%1

Triadic Colors of #b052fd

#b052fd #fdb052 #52fdb0

Analogous Colors of #b052fd

#b052fd #fd52f5 #5a52fd

Monochromatic Colors of #b052fd

#b052fd

Complementary Color

#b052fd #9ffd52

#b052fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b052fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b052fd Color CSS Codes

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

#b052fd Text Font Color

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

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


#b052fd Background Color

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

This div background color is #b052fd


#b052fd Border Color

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

This div border color is #b052fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b052fd

Related Colors


Comments

No comments written yet.

Please login to write comment.