Color Hex Logo

#b48cfd Color Hex

#B48CFD
(180,140,253)
0 Favorites   0 Comments

Color spaces of #b48cfd

RGB 180140253
HSL0.730.970.77
HSV261°45°99°
CMYK 0.290.450.00   0.01
XYZ45.930135.551397.3698
Yxy35.55130.25680.1988
Hunter Lab59.624933.1580-55.0854
CIE-Lab66.175738.1591-51.0044

#b48cfd color RGB value is (180,140,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001100 11111101
Octal 264 214 375
Decimal 180 140 253
Hex B4 8C FD

RGB Percentages of Color #b48cfd

%31.41
%24.43
%44.15

CMYK Percentages of Color #b48cfd

%29
%45
%0
%1

Triadic Colors of #b48cfd

#b48cfd #fdb48c #8cfdb4

Analogous Colors of #b48cfd

#b48cfd #ed8cfd #8c9dfd

Monochromatic Colors of #b48cfd

#b48cfd

Complementary Color

#b48cfd #d5fd8c

#b48cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48cfd Color CSS Codes

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

#b48cfd Text Font Color

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

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


#b48cfd Background Color

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

This div background color is #b48cfd


#b48cfd Border Color

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

This div border color is #b48cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48cfd

Related Colors


Comments

No comments written yet.

Please login to write comment.