Color Hex Logo

#b47dfd Color Hex

#B47DFD
(180,125,253)
0 Favorites   0 Comments

Color spaces of #b47dfd

RGB 180125253
HSL0.740.970.74
HSV266°51°99°
CMYK 0.290.510.00   0.01
XYZ43.885631.462496.6883
Yxy31.46240.25510.1829
Hunter Lab56.091441.4977-62.9381
CIE-Lab62.896146.3849-56.2083

#b47dfd color RGB value is (180,125,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111101 11111101
Octal 264 175 375
Decimal 180 125 253
Hex B4 7D FD

RGB Percentages of Color #b47dfd

%32.26
%22.40
%45.34

CMYK Percentages of Color #b47dfd

%29
%51
%0
%1

Triadic Colors of #b47dfd

#b47dfd #fdb47d #7dfdb4

Analogous Colors of #b47dfd

#b47dfd #f47dfd #7d86fd

Monochromatic Colors of #b47dfd

#b47dfd

Complementary Color

#b47dfd #c6fd7d

#b47dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47dfd Color CSS Codes

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

#b47dfd Text Font Color

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

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


#b47dfd Background Color

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

This div background color is #b47dfd


#b47dfd Border Color

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

This div border color is #b47dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47dfd


Comments

No comments written yet.

Please login to write comment.