Color Hex Logo

#b493ea Color Hex

#B493EA
(180,147,234)
0 Favorites   0 Comments

Color spaces of #b493ea

RGB 180147234
HSL0.730.670.75
HSV263°37°92°
CMYK 0.230.370.00   0.08
XYZ44.107436.511282.5646
Yxy36.51120.27030.2237
Hunter Lab60.424524.5548-38.7173
CIE-Lab66.908729.7390-39.4329

#b493ea color RGB value is (180,147,234).

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

The process color (four color CMYK) of #b493ea color hex is 0.23, 0.37, 0.00, 0.08. Web safe color of #b493ea is #cc99ff. Color #b493ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010011 11101010
Octal 264 223 352
Decimal 180 147 234
Hex B4 93 EA

RGB Percentages of Color #b493ea

%32.09
%26.20
%41.71

CMYK Percentages of Color #b493ea

%23
%37
%0
%8

Triadic Colors of #b493ea

#b493ea #eab493 #93eab4

Analogous Colors of #b493ea

#b493ea #e093ea #939eea

Monochromatic Colors of #b493ea

#b493ea

Complementary Color

#b493ea #c9ea93

#b493ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b493ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b493ea Color CSS Codes

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

#b493ea Text Font Color

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

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


#b493ea Background Color

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

This div background color is #b493ea


#b493ea Border Color

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

This div border color is #b493ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b493ea


Comments

No comments written yet.

Please login to write comment.