Color Hex Logo

#b452ee Color Hex

#B452EE
(180,82,238)
0 Favorites   0 Comments

Color spaces of #b452ee

RGB 18082238
HSL0.770.820.63
HSV278°66°93°
CMYK 0.240.660.00   0.07
XYZ37.272321.910983.1537
Yxy21.91090.26190.1539
Hunter Lab46.809160.2169-72.5590
CIE-Lab53.932364.5435-62.2386

#b452ee color RGB value is (180,82,238).

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

The process color (four color CMYK) of #b452ee color hex is 0.24, 0.66, 0.00, 0.07. Web safe color of #b452ee is #cc66ff. Color #b452ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010010 11101110
Octal 264 122 356
Decimal 180 82 238
Hex B4 52 EE

RGB Percentages of Color #b452ee

%36.00
%16.40
%47.60

CMYK Percentages of Color #b452ee

%24
%66
%0
%7

Triadic Colors of #b452ee

#b452ee #eeb452 #52eeb4

Analogous Colors of #b452ee

#b452ee #ee52da #6652ee

Monochromatic Colors of #b452ee

#b452ee

Complementary Color

#b452ee #8cee52

#b452ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b452ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b452ee Color CSS Codes

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

#b452ee Text Font Color

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

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


#b452ee Background Color

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

This div background color is #b452ee


#b452ee Border Color

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

This div border color is #b452ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b452ee


Comments

No comments written yet.

Please login to write comment.