Color Hex Logo

#b852ed Color Hex

#B852ED
(184,82,237)
0 Favorites   0 Comments

Color spaces of #b852ed

RGB 18482237
HSL0.780.810.63
HSV279°65°93°
CMYK 0.220.650.00   0.07
XYZ38.070522.339482.4262
Yxy22.33940.26650.1564
Hunter Lab47.264661.0645-70.3125
CIE-Lab54.385365.1853-60.9230

#b852ed color RGB value is (184,82,237).

#b852ed hex color red value is 184, green value is 82 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b852ed hue: 0.78 , saturation: 0.81 and the lightness value of b852ed is 0.63.

The process color (four color CMYK) of #b852ed color hex is 0.22, 0.65, 0.00, 0.07. Web safe color of #b852ed is #cc66ff. Color #b852ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010010 11101101
Octal 270 122 355
Decimal 184 82 237
Hex B8 52 ED

RGB Percentages of Color #b852ed

%36.58
%16.30
%47.12

CMYK Percentages of Color #b852ed

%22
%65
%0
%7

Triadic Colors of #b852ed

#b852ed #edb852 #52edb8

Analogous Colors of #b852ed

#b852ed #ed52d5 #6b52ed

Monochromatic Colors of #b852ed

#b852ed

Complementary Color

#b852ed #87ed52

#b852ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b852ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b852ed Color CSS Codes

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

#b852ed Text Font Color

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

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


#b852ed Background Color

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

This div background color is #b852ed


#b852ed Border Color

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

This div border color is #b852ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b852ed


Comments

No comments written yet.

Please login to write comment.