Color Hex Logo

#b48efd Color Hex

#B48EFD
(180,142,253)
0 Favorites   0 Comments

Color spaces of #b48efd

RGB 180142253
HSL0.720.970.77
HSV261°44°99°
CMYK 0.290.440.00   0.01
XYZ46.225036.141197.4681
Yxy36.14110.25700.2010
Hunter Lab60.117532.0451-54.0443
CIE-Lab66.627637.0490-50.2900

#b48efd color RGB value is (180,142,253).

#b48efd hex color red value is 180, green value is 142 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b48efd hue: 0.72 , saturation: 0.97 and the lightness value of b48efd is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001110 11111101
Octal 264 216 375
Decimal 180 142 253
Hex B4 8E FD

RGB Percentages of Color #b48efd

%31.30
%24.70
%44.00

CMYK Percentages of Color #b48efd

%29
%44
%0
%1

Triadic Colors of #b48efd

#b48efd #fdb48e #8efdb4

Analogous Colors of #b48efd

#b48efd #ec8efd #8ea0fd

Monochromatic Colors of #b48efd

#b48efd

Complementary Color

#b48efd #d7fd8e

#b48efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48efd Color CSS Codes

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

#b48efd Text Font Color

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

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


#b48efd Background Color

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

This div background color is #b48efd


#b48efd Border Color

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

This div border color is #b48efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48efd


Comments

No comments written yet.

Please login to write comment.