Color Hex Logo

#b852fc Color Hex

#B852FC
(184,82,252)
0 Favorites   0 Comments

Color spaces of #b852fc

RGB 18482252
HSL0.770.970.65
HSV276°67°99°
CMYK 0.270.670.00   0.01
XYZ40.355123.253294.4568
Yxy23.25320.25530.1471
Hunter Lab48.221664.9932-82.3826
CIE-Lab55.332268.3336-67.7590

#b852fc color RGB value is (184,82,252).

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

The process color (four color CMYK) of #b852fc color hex is 0.27, 0.67, 0.00, 0.01. Web safe color of #b852fc is #cc66ff. Color #b852fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010010 11111100
Octal 270 122 374
Decimal 184 82 252
Hex B8 52 FC

RGB Percentages of Color #b852fc

%35.52
%15.83
%48.65

CMYK Percentages of Color #b852fc

%27
%67
%0
%1

Triadic Colors of #b852fc

#b852fc #fcb852 #52fcb8

Analogous Colors of #b852fc

#b852fc #fc52eb #6352fc

Monochromatic Colors of #b852fc

#b852fc

Complementary Color

#b852fc #96fc52

#b852fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b852fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b852fc Color CSS Codes

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

#b852fc Text Font Color

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

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


#b852fc Background Color

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

This div background color is #b852fc


#b852fc Border Color

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

This div border color is #b852fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b852fc

Related Colors


Comments

No comments written yet.

Please login to write comment.