Color Hex Logo

#b452ea Color Hex

#B452EA
(180,82,234)
0 Favorites   0 Comments

Color spaces of #b452ea

RGB 18082234
HSL0.770.780.62
HSV279°65°92°
CMYK 0.230.650.00   0.08
XYZ36.691021.678480.0924
Yxy21.67840.26500.1566
Hunter Lab46.560159.1843-69.3983
CIE-Lab53.684163.7009-60.3951

#b452ea color RGB value is (180,82,234).

#b452ea hex color red value is 180, green value is 82 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b452ea hue: 0.77 , saturation: 0.78 and the lightness value of b452ea is 0.62.

The process color (four color CMYK) of #b452ea color hex is 0.23, 0.65, 0.00, 0.08. Web safe color of #b452ea is #cc66ff. Color #b452ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010010 11101010
Octal 264 122 352
Decimal 180 82 234
Hex B4 52 EA

RGB Percentages of Color #b452ea

%36.29
%16.53
%47.18

CMYK Percentages of Color #b452ea

%23
%65
%0
%8

Triadic Colors of #b452ea

#b452ea #eab452 #52eab4

Analogous Colors of #b452ea

#b452ea #ea52d4 #6852ea

Monochromatic Colors of #b452ea

#b452ea

Complementary Color

#b452ea #88ea52

#b452ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b452ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b452ea Color CSS Codes

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

#b452ea Text Font Color

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

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


#b452ea Background Color

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

This div background color is #b452ea


#b452ea Border Color

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

This div border color is #b452ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b452ea


Comments

No comments written yet.

Please login to write comment.