Color Hex Logo

#b094ea Color Hex

#B094EA
(176,148,234)
0 Favorites   0 Comments

Color spaces of #b094ea

RGB 176148234
HSL0.720.670.75
HSV260°37°92°
CMYK 0.250.370.00   0.08
XYZ43.345736.350482.5737
Yxy36.35040.26710.2240
Hunter Lab60.291322.8207-38.9984
CIE-Lab66.786828.0231-39.6498

#b094ea color RGB value is (176,148,234).

#b094ea hex color red value is 176, green value is 148 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b094ea hue: 0.72 , saturation: 0.67 and the lightness value of b094ea is 0.75.

The process color (four color CMYK) of #b094ea color hex is 0.25, 0.37, 0.00, 0.08. Web safe color of #b094ea is #9999ff. Color #b094ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010100 11101010
Octal 260 224 352
Decimal 176 148 234
Hex B0 94 EA

RGB Percentages of Color #b094ea

%31.54
%26.52
%41.94

CMYK Percentages of Color #b094ea

%25
%37
%0
%8

Triadic Colors of #b094ea

#b094ea #eab094 #94eab0

Analogous Colors of #b094ea

#b094ea #db94ea #94a3ea

Monochromatic Colors of #b094ea

#b094ea

Complementary Color

#b094ea #ceea94

#b094ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b094ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b094ea Color CSS Codes

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

#b094ea Text Font Color

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

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


#b094ea Background Color

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

This div background color is #b094ea


#b094ea Border Color

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

This div border color is #b094ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b094ea


Comments

No comments written yet.

Please login to write comment.