Color Hex Logo

#b652fe Color Hex

#B652FE
(182,82,254)
0 Favorites   0 Comments

Color spaces of #b652fe

RGB 18282254
HSL0.760.990.66
HSV275°68°100°
CMYK 0.280.680.00   0.00
XYZ40.198123.135496.1128
Yxy23.13540.25210.1451
Hunter Lab48.099365.0044-84.8048
CIE-Lab55.211568.3657-69.0753

#b652fe color RGB value is (182,82,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010010 11111110
Octal 266 122 376
Decimal 182 82 254
Hex B6 52 FE

RGB Percentages of Color #b652fe

%35.14
%15.83
%49.03

CMYK Percentages of Color #b652fe

%28
%68
%0
%0

Triadic Colors of #b652fe

#b652fe #feb652 #52feb6

Analogous Colors of #b652fe

#b652fe #fe52f0 #6052fe

Monochromatic Colors of #b652fe

#b652fe

Complementary Color

#b652fe #9afe52

#b652fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b652fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b652fe Color CSS Codes

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

#b652fe Text Font Color

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

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


#b652fe Background Color

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

This div background color is #b652fe


#b652fe Border Color

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

This div border color is #b652fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b652fe


Comments

No comments written yet.

Please login to write comment.