Color Hex Logo

#b452ff Color Hex

#B452FF
(180,82,255)
1 Favorites   0 Comments

Color spaces of #b452ff

RGB 18082255
HSL0.761.000.66
HSV274°68°100°
CMYK 0.290.680.00   0.00
XYZ39.889722.957996.9366
Yxy22.95790.24960.1437
Hunter Lab47.914464.7546-86.4107
CIE-Lab55.028968.1904-69.9367

#b452ff color RGB value is (180,82,255).

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

The process color (four color CMYK) of #b452ff color hex is 0.29, 0.68, 0.00, 0.00. Web safe color of #b452ff is #cc66ff. Color #b452ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010010 11111111
Octal 264 122 377
Decimal 180 82 255
Hex B4 52 FF

RGB Percentages of Color #b452ff

%34.82
%15.86
%49.32

CMYK Percentages of Color #b452ff

%29
%68
%0
%0

Triadic Colors of #b452ff

#b452ff #ffb452 #52ffb4

Analogous Colors of #b452ff

#b452ff #ff52f4 #5e52ff

Monochromatic Colors of #b452ff

#b452ff

Complementary Color

#b452ff #9dff52

#b452ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b452ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b452ff Color CSS Codes

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

#b452ff Text Font Color

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

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


#b452ff Background Color

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

This div background color is #b452ff


#b452ff Border Color

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

This div border color is #b452ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,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 #b452ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b452ff

Related Colors


Comments

No comments written yet.

Please login to write comment.