Color Hex Logo

#b592ea Color Hex

#B592EA
(181,146,234)
0 Favorites   0 Comments

Color spaces of #b592ea

RGB 181146234
HSL0.730.680.75
HSV264°38°92°
CMYK 0.230.380.00   0.08
XYZ44.186236.322082.5239
Yxy36.32200.27100.2228
Hunter Lab60.267725.4014-38.9977
CIE-Lab66.765230.5877-39.6503

#b592ea color RGB value is (181,146,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010010 11101010
Octal 265 222 352
Decimal 181 146 234
Hex B5 92 EA

RGB Percentages of Color #b592ea

%32.26
%26.02
%41.71

CMYK Percentages of Color #b592ea

%23
%38
%0
%8

Triadic Colors of #b592ea

#b592ea #eab592 #92eab5

Analogous Colors of #b592ea

#b592ea #e192ea #929bea

Monochromatic Colors of #b592ea

#b592ea

Complementary Color

#b592ea #c7ea92

#b592ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b592ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b592ea Color CSS Codes

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

#b592ea Text Font Color

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

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


#b592ea Background Color

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

This div background color is #b592ea


#b592ea Border Color

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

This div border color is #b592ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b592ea


Comments

No comments written yet.

Please login to write comment.