Color Hex Logo

#b192ea Color Hex

#B192EA
(177,146,234)
0 Favorites   0 Comments

Color spaces of #b192ea

RGB 177146234
HSL0.730.680.75
HSV261°38°92°
CMYK 0.240.380.00   0.08
XYZ43.261635.845482.4806
Yxy35.84540.26770.2218
Hunter Lab59.871024.2062-39.7704
CIE-Lab66.401629.4342-40.2453

#b192ea color RGB value is (177,146,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010010 11101010
Octal 261 222 352
Decimal 177 146 234
Hex B1 92 EA

RGB Percentages of Color #b192ea

%31.78
%26.21
%42.01

CMYK Percentages of Color #b192ea

%24
%38
%0
%8

Triadic Colors of #b192ea

#b192ea #eab192 #92eab1

Analogous Colors of #b192ea

#b192ea #dd92ea #929fea

Monochromatic Colors of #b192ea

#b192ea

Complementary Color

#b192ea #cbea92

#b192ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b192ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b192ea Color CSS Codes

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

#b192ea Text Font Color

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

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


#b192ea Background Color

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

This div background color is #b192ea


#b192ea Border Color

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

This div border color is #b192ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b192ea


Comments

No comments written yet.

Please login to write comment.