Color Hex Logo

#b45bfd Color Hex

#B45BFD
(180,91,253)
0 Favorites   0 Comments

Color spaces of #b45bfd

RGB 18091253
HSL0.760.980.67
HSV273°64°99°
CMYK 0.290.640.00   0.01
XYZ40.293124.277395.4908
Yxy24.27730.25170.1517
Hunter Lab49.272059.7457-80.4156
CIE-Lab56.364463.6920-66.6729

#b45bfd color RGB value is (180,91,253).

#b45bfd hex color red value is 180, green value is 91 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b45bfd hue: 0.76 , saturation: 0.98 and the lightness value of b45bfd is 0.67.

The process color (four color CMYK) of #b45bfd color hex is 0.29, 0.64, 0.00, 0.01. Web safe color of #b45bfd is #cc66ff. Color #b45bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011011 11111101
Octal 264 133 375
Decimal 180 91 253
Hex B4 5B FD

RGB Percentages of Color #b45bfd

%34.35
%17.37
%48.28

CMYK Percentages of Color #b45bfd

%29
%64
%0
%1

Triadic Colors of #b45bfd

#b45bfd #fdb45b #5bfdb4

Analogous Colors of #b45bfd

#b45bfd #fd5bf5 #635bfd

Monochromatic Colors of #b45bfd

#b45bfd

Complementary Color

#b45bfd #a4fd5b

#b45bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45bfd Color CSS Codes

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

#b45bfd Text Font Color

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

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


#b45bfd Background Color

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

This div background color is #b45bfd


#b45bfd Border Color

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

This div border color is #b45bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.