Color Hex Logo

#b493ef Color Hex

#B493EF
(180,147,239)
0 Favorites   0 Comments

Color spaces of #b493ef

RGB 180147239
HSL0.730.740.76
HSV262°38°94°
CMYK 0.250.380.00   0.06
XYZ44.836136.802786.4019
Yxy36.80270.26680.2190
Hunter Lab60.665225.7606-41.9776
CIE-Lab67.128730.9106-41.8362

#b493ef color RGB value is (180,147,239).

#b493ef hex color red value is 180, green value is 147 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b493ef hue: 0.73 , saturation: 0.74 and the lightness value of b493ef is 0.76.

The process color (four color CMYK) of #b493ef color hex is 0.25, 0.38, 0.00, 0.06. Web safe color of #b493ef is #cc99ff. Color #b493ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010011 11101111
Octal 264 223 357
Decimal 180 147 239
Hex B4 93 EF

RGB Percentages of Color #b493ef

%31.80
%25.97
%42.23

CMYK Percentages of Color #b493ef

%25
%38
%0
%6

Triadic Colors of #b493ef

#b493ef #efb493 #93efb4

Analogous Colors of #b493ef

#b493ef #e293ef #93a0ef

Monochromatic Colors of #b493ef

#b493ef

Complementary Color

#b493ef #ceef93

#b493ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b493ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b493ef Color CSS Codes

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

#b493ef Text Font Color

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

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


#b493ef Background Color

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

This div background color is #b493ef


#b493ef Border Color

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

This div border color is #b493ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b493ef


Comments

No comments written yet.

Please login to write comment.