Color Hex Logo

#b47fdc Color Hex

#B47FDC
(180,127,220)
0 Favorites   0 Comments

Color spaces of #b47fdc

RGB 180127220
HSL0.760.570.68
HSV274°42°86°
CMYK 0.180.420.00   0.14
XYZ39.330030.049371.4373
Yxy30.04930.27930.2134
Hunter Lab54.817232.1391-38.8941
CIE-Lab61.696737.6908-39.8275

#b47fdc color RGB value is (180,127,220).

#b47fdc hex color red value is 180, green value is 127 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b47fdc hue: 0.76 , saturation: 0.57 and the lightness value of b47fdc is 0.68.

The process color (four color CMYK) of #b47fdc color hex is 0.18, 0.42, 0.00, 0.14. Web safe color of #b47fdc is #cc66cc. Color #b47fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111111 11011100
Octal 264 177 334
Decimal 180 127 220
Hex B4 7F DC

RGB Percentages of Color #b47fdc

%34.16
%24.10
%41.75

CMYK Percentages of Color #b47fdc

%18
%42
%0
%14

Triadic Colors of #b47fdc

#b47fdc #dcb47f #7fdcb4

Analogous Colors of #b47fdc

#b47fdc #dc7fd6 #867fdc

Monochromatic Colors of #b47fdc

#b47fdc

Complementary Color

#b47fdc #a7dc7f

#b47fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47fdc Color CSS Codes

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

#b47fdc Text Font Color

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

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


#b47fdc Background Color

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

This div background color is #b47fdc


#b47fdc Border Color

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

This div border color is #b47fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47fdc


Comments

No comments written yet.

Please login to write comment.