Color Hex Logo

#b49efd Color Hex

#B49EFD
(180,158,253)
0 Favorites   0 Comments

Color spaces of #b49efd

RGB 180158253
HSL0.710.960.81
HSV254°38°99°
CMYK 0.290.380.00   0.01
XYZ48.778941.248998.3194
Yxy41.24890.25900.2190
Hunter Lab64.225323.1759-45.8065
CIE-Lab70.350028.1163-44.4317

#b49efd color RGB value is (180,158,253).

#b49efd hex color red value is 180, green value is 158 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b49efd hue: 0.71 , saturation: 0.96 and the lightness value of b49efd is 0.81.

The process color (four color CMYK) of #b49efd color hex is 0.29, 0.38, 0.00, 0.01. Web safe color of #b49efd is #cc99ff. Color #b49efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011110 11111101
Octal 264 236 375
Decimal 180 158 253
Hex B4 9E FD

RGB Percentages of Color #b49efd

%30.46
%26.73
%42.81

CMYK Percentages of Color #b49efd

%29
%38
%0
%1

Triadic Colors of #b49efd

#b49efd #fdb49e #9efdb4

Analogous Colors of #b49efd

#b49efd #e49efd #9eb8fd

Monochromatic Colors of #b49efd

#b49efd

Complementary Color

#b49efd #e7fd9e

#b49efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49efd Color CSS Codes

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

#b49efd Text Font Color

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

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


#b49efd Background Color

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

This div background color is #b49efd


#b49efd Border Color

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

This div border color is #b49efd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,158,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49efd


Comments

No comments written yet.

Please login to write comment.