Color Hex Logo

#b290ea Color Hex

#B290EA
(178,144,234)
0 Favorites   0 Comments

Color spaces of #b290ea

RGB 178144234
HSL0.730.680.74
HSV263°38°92°
CMYK 0.240.380.00   0.08
XYZ43.184635.352082.3894
Yxy35.35200.26840.2197
Hunter Lab59.457525.5956-40.5369
CIE-Lab66.021830.8431-40.8329

#b290ea color RGB value is (178,144,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010000 11101010
Octal 262 220 352
Decimal 178 144 234
Hex B2 90 EA

RGB Percentages of Color #b290ea

%32.01
%25.90
%42.09

CMYK Percentages of Color #b290ea

%24
%38
%0
%8

Triadic Colors of #b290ea

#b290ea #eab290 #90eab2

Analogous Colors of #b290ea

#b290ea #df90ea #909bea

Monochromatic Colors of #b290ea

#b290ea

Complementary Color

#b290ea #c8ea90

#b290ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b290ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b290ea Color CSS Codes

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

#b290ea Text Font Color

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

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


#b290ea Background Color

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

This div background color is #b290ea


#b290ea Border Color

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

This div border color is #b290ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b290ea


Comments

No comments written yet.

Please login to write comment.