Color Hex Logo

#b471da Color Hex

#B471DA
(180,113,218)
0 Favorites   0 Comments

Color spaces of #b471da

RGB 180113218
HSL0.770.590.65
HSV278°48°85°
CMYK 0.170.480.00   0.15
XYZ37.382426.575569.4890
Yxy26.57550.28010.1991
Hunter Lab51.551439.2239-43.8342
CIE-Lab58.579344.8734-43.6079

#b471da color RGB value is (180,113,218).

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

The process color (four color CMYK) of #b471da color hex is 0.17, 0.48, 0.00, 0.15. Web safe color of #b471da is #cc66cc. Color #b471da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110001 11011010
Octal 264 161 332
Decimal 180 113 218
Hex B4 71 DA

RGB Percentages of Color #b471da

%35.23
%22.11
%42.66

CMYK Percentages of Color #b471da

%17
%48
%0
%15

Triadic Colors of #b471da

#b471da #dab471 #71dab4

Analogous Colors of #b471da

#b471da #da71cc #8071da

Monochromatic Colors of #b471da

#b471da

Complementary Color

#b471da #97da71

#b471da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b471da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b471da Color CSS Codes

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

#b471da Text Font Color

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

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


#b471da Background Color

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

This div background color is #b471da


#b471da Border Color

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

This div border color is #b471da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b471da


Comments

No comments written yet.

Please login to write comment.