Color Hex Logo

#b292ee Color Hex

#B292EE
(178,146,238)
0 Favorites   0 Comments

Color spaces of #b292ee

RGB 178146238
HSL0.720.730.75
HSV261°39°93°
CMYK 0.250.390.00   0.07
XYZ44.071636.195885.5526
Yxy36.19580.26580.2183
Hunter Lab60.162925.4727-42.1972
CIE-Lab66.669330.6662-42.0198

#b292ee color RGB value is (178,146,238).

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

The process color (four color CMYK) of #b292ee color hex is 0.25, 0.39, 0.00, 0.07. Web safe color of #b292ee is #9999ff. Color #b292ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010010 11101110
Octal 262 222 356
Decimal 178 146 238
Hex B2 92 EE

RGB Percentages of Color #b292ee

%31.67
%25.98
%42.35

CMYK Percentages of Color #b292ee

%25
%39
%0
%7

Triadic Colors of #b292ee

#b292ee #eeb292 #92eeb2

Analogous Colors of #b292ee

#b292ee #e092ee #92a0ee

Monochromatic Colors of #b292ee

#b292ee

Complementary Color

#b292ee #ceee92

#b292ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b292ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b292ee Color CSS Codes

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

#b292ee Text Font Color

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

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


#b292ee Background Color

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

This div background color is #b292ee


#b292ee Border Color

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

This div border color is #b292ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b292ee


Comments

No comments written yet.

Please login to write comment.