Color Hex Logo

#b292ef Color Hex

#B292EF
(178,146,239)
0 Favorites   0 Comments

Color spaces of #b292ef

RGB 178146239
HSL0.720.740.75
HSV261°39°94°
CMYK 0.260.390.00   0.06
XYZ44.219036.254786.3286
Yxy36.25470.26510.2174
Hunter Lab60.211925.7178-42.8585
CIE-Lab66.714130.9040-42.4988

#b292ef color RGB value is (178,146,239).

#b292ef hex color red value is 178, green value is 146 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b292ef hue: 0.72 , saturation: 0.74 and the lightness value of b292ef is 0.75.

The process color (four color CMYK) of #b292ef color hex is 0.26, 0.39, 0.00, 0.06. Web safe color of #b292ef is #9999ff. Color #b292ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010010 11101111
Octal 262 222 357
Decimal 178 146 239
Hex B2 92 EF

RGB Percentages of Color #b292ef

%31.62
%25.93
%42.45

CMYK Percentages of Color #b292ef

%26
%39
%0
%6

Triadic Colors of #b292ef

#b292ef #efb292 #92efb2

Analogous Colors of #b292ef

#b292ef #e192ef #92a1ef

Monochromatic Colors of #b292ef

#b292ef

Complementary Color

#b292ef #cfef92

#b292ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b292ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b292ef Color CSS Codes

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

#b292ef Text Font Color

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

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


#b292ef Background Color

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

This div background color is #b292ef


#b292ef Border Color

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

This div border color is #b292ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,146,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b292ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b292ef


Comments

No comments written yet.

Please login to write comment.