Color Hex Logo

#b284ea Color Hex

#B284EA
(178,132,234)
0 Favorites   0 Comments

Color spaces of #b284ea

RGB 178132234
HSL0.740.710.72
HSV267°44°92°
CMYK 0.240.440.00   0.08
XYZ41.462631.908081.8154
Yxy31.90800.26720.2056
Hunter Lab56.487232.1697-46.3340
CIE-Lab63.266837.5396-45.1587

#b284ea color RGB value is (178,132,234).

#b284ea hex color red value is 178, green value is 132 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b284ea hue: 0.74 , saturation: 0.71 and the lightness value of b284ea is 0.72.

The process color (four color CMYK) of #b284ea color hex is 0.24, 0.44, 0.00, 0.08. Web safe color of #b284ea is #9999ff. Color #b284ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000100 11101010
Octal 262 204 352
Decimal 178 132 234
Hex B2 84 EA

RGB Percentages of Color #b284ea

%32.72
%24.26
%43.01

CMYK Percentages of Color #b284ea

%24
%44
%0
%8

Triadic Colors of #b284ea

#b284ea #eab284 #84eab2

Analogous Colors of #b284ea

#b284ea #e584ea #8489ea

Monochromatic Colors of #b284ea

#b284ea

Complementary Color

#b284ea #bcea84

#b284ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b284ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b284ea Color CSS Codes

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

#b284ea Text Font Color

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

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


#b284ea Background Color

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

This div background color is #b284ea


#b284ea Border Color

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

This div border color is #b284ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b284ea


Comments

No comments written yet.

Please login to write comment.