Color Hex Logo

#b391ea Color Hex

#B391EA
(179,145,234)
0 Favorites   0 Comments

Color spaces of #b391ea

RGB 179145234
HSL0.730.680.74
HSV263°38°92°
CMYK 0.240.380.00   0.08
XYZ43.567135.775082.4509
Yxy35.77500.26930.2211
Hunter Lab59.812225.3477-39.8625
CIE-Lab66.347630.5701-40.3164

#b391ea color RGB value is (179,145,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010001 11101010
Octal 263 221 352
Decimal 179 145 234
Hex B3 91 EA

RGB Percentages of Color #b391ea

%32.08
%25.99
%41.94

CMYK Percentages of Color #b391ea

%24
%38
%0
%8

Triadic Colors of #b391ea

#b391ea #eab391 #91eab3

Analogous Colors of #b391ea

#b391ea #e091ea #919cea

Monochromatic Colors of #b391ea

#b391ea

Complementary Color

#b391ea #c8ea91

#b391ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b391ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b391ea Color CSS Codes

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

#b391ea Text Font Color

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

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


#b391ea Background Color

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

This div background color is #b391ea


#b391ea Border Color

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

This div border color is #b391ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b391ea


Comments

No comments written yet.

Please login to write comment.