Color Hex Logo

#b852ea Color Hex

#B852EA
(184,82,234)
0 Favorites   0 Comments

Color spaces of #b852ea

RGB 18482234
HSL0.780.780.62
HSV280°65°92°
CMYK 0.210.650.00   0.08
XYZ37.635722.165480.1366
Yxy22.16540.26890.1584
Hunter Lab47.080160.3020-67.9633
CIE-Lab54.202164.5665-59.5353

#b852ea color RGB value is (184,82,234).

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

The process color (four color CMYK) of #b852ea color hex is 0.21, 0.65, 0.00, 0.08. Web safe color of #b852ea is #cc66ff. Color #b852ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010010 11101010
Octal 270 122 352
Decimal 184 82 234
Hex B8 52 EA

RGB Percentages of Color #b852ea

%36.80
%16.40
%46.80

CMYK Percentages of Color #b852ea

%21
%65
%0
%8

Triadic Colors of #b852ea

#b852ea #eab852 #52eab8

Analogous Colors of #b852ea

#b852ea #ea52d0 #6c52ea

Monochromatic Colors of #b852ea

#b852ea

Complementary Color

#b852ea #84ea52

#b852ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b852ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b852ea Color CSS Codes

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

#b852ea Text Font Color

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

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


#b852ea Background Color

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

This div background color is #b852ea


#b852ea Border Color

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

This div border color is #b852ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b852ea


Comments

No comments written yet.

Please login to write comment.