Color Hex Logo

#b293ee Color Hex

#B293EE
(178,147,238)
0 Favorites   0 Comments

Color spaces of #b293ee

RGB 178147238
HSL0.720.730.75
HSV260°38°93°
CMYK 0.250.380.00   0.07
XYZ44.226436.505585.6042
Yxy36.50550.26590.2195
Hunter Lab60.419824.9248-41.7097
CIE-Lab66.904430.1054-41.6515

#b293ee color RGB value is (178,147,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010011 11101110
Octal 262 223 356
Decimal 178 147 238
Hex B2 93 EE

RGB Percentages of Color #b293ee

%31.62
%26.11
%42.27

CMYK Percentages of Color #b293ee

%25
%38
%0
%7

Triadic Colors of #b293ee

#b293ee #eeb293 #93eeb2

Analogous Colors of #b293ee

#b293ee #e093ee #93a2ee

Monochromatic Colors of #b293ee

#b293ee

Complementary Color

#b293ee #cfee93

#b293ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b293ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b293ee Color CSS Codes

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

#b293ee Text Font Color

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

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


#b293ee Background Color

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

This div background color is #b293ee


#b293ee Border Color

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

This div border color is #b293ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b293ee


Comments

No comments written yet.

Please login to write comment.