color codes Logo

#b652fc color codes

#B652FC
(182,82,252)
0 Favorites   0 Comments

Color spaces of #b652fc

RGB 18282252
HSL0.760.970.65
HSV275°67°99°
CMYK 0.280.670.00   0.01
XYZ39.879423.007994.4346
Yxy23.00790.25350.1462
Hunter Lab47.966664.4635-83.1512
CIE-Lab55.080567.9361-68.1780

#b652fc color RGB value is (182,82,252).

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

The process color (four color CMYK) of #b652fc color code is 0.28, 0.67, 0.00, 0.01. Web safe color of #b652fc is #cc66ff. Color #b652fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010010 11111100
Octal 266 122 374
Decimal 182 82 252
Hex B6 52 FC

RGB Percentages of Color #b652fc

%35.27
%15.89
%48.84

CMYK Percentages of Color #b652fc

%28
%67
%0
%1

Triadic Colors of #b652fc

#b652fc #fcb652 #52fcb6

Analogous Colors of #b652fc

#b652fc #fc52ed #6152fc

Monochromatic Colors of #b652fc

#b652fc

Complementary Color

#b652fc #98fc52

#b652fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b652fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b652fc Color CSS Codes

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

#b652fc Text Font Color

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

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


#b652fc Background Color

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

This div background color is #b652fc


#b652fc Border Color

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

This div border color is #b652fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b652fc


Comments

No comments written yet.

Please login to write comment.