Color Hex Logo

#b093ea Color Hex

#B093EA
(176,147,234)
0 Favorites   0 Comments

Color spaces of #b093ea

RGB 176147234
HSL0.720.670.75
HSV260°37°92°
CMYK 0.250.370.00   0.08
XYZ43.189536.038182.5216
Yxy36.03810.26700.2228
Hunter Lab60.031723.3653-39.4798
CIE-Lab66.549028.5851-40.0213

#b093ea color RGB value is (176,147,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010011 11101010
Octal 260 223 352
Decimal 176 147 234
Hex B0 93 EA

RGB Percentages of Color #b093ea

%31.60
%26.39
%42.01

CMYK Percentages of Color #b093ea

%25
%37
%0
%8

Triadic Colors of #b093ea

#b093ea #eab093 #93eab0

Analogous Colors of #b093ea

#b093ea #dc93ea #93a2ea

Monochromatic Colors of #b093ea

#b093ea

Complementary Color

#b093ea #cdea93

#b093ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b093ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b093ea Color CSS Codes

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

#b093ea Text Font Color

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

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


#b093ea Background Color

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

This div background color is #b093ea


#b093ea Border Color

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

This div border color is #b093ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b093ea


Comments

No comments written yet.

Please login to write comment.