Color Hex Logo

#b471dc Color Hex

#B471DC
(180,113,220)
0 Favorites   0 Comments

Color spaces of #b471dc

RGB 180113220
HSL0.770.600.65
HSV278°49°86°
CMYK 0.180.490.00   0.14
XYZ37.645826.680970.8759
Yxy26.68090.27840.1973
Hunter Lab51.653639.6994-45.1967
CIE-Lab58.677845.3074-44.5762

#b471dc color RGB value is (180,113,220).

#b471dc hex color red value is 180, green value is 113 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b471dc hue: 0.77 , saturation: 0.60 and the lightness value of b471dc is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110001 11011100
Octal 264 161 334
Decimal 180 113 220
Hex B4 71 DC

RGB Percentages of Color #b471dc

%35.09
%22.03
%42.88

CMYK Percentages of Color #b471dc

%18
%49
%0
%14

Triadic Colors of #b471dc

#b471dc #dcb471 #71dcb4

Analogous Colors of #b471dc

#b471dc #dc71cf #7f71dc

Monochromatic Colors of #b471dc

#b471dc

Complementary Color

#b471dc #99dc71

#b471dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b471dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b471dc Color CSS Codes

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

#b471dc Text Font Color

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

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


#b471dc Background Color

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

This div background color is #b471dc


#b471dc Border Color

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

This div border color is #b471dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b471dc


Comments

No comments written yet.

Please login to write comment.