Color Hex Logo

#b047da Color Hex

#B047DA
(176,71,218)
0 Favorites   0 Comments

Color spaces of #b047da

RGB 17671218
HSL0.790.670.57
HSV283°67°85°
CMYK 0.190.670.00   0.15
XYZ32.812618.798568.2287
Yxy18.79850.27380.1569
Hunter Lab43.357259.2130-62.9511
CIE-Lab50.450664.3301-56.5755

#b047da color RGB value is (176,71,218).

#b047da hex color red value is 176, green value is 71 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b047da hue: 0.79 , saturation: 0.67 and the lightness value of b047da is 0.57.

The process color (four color CMYK) of #b047da color hex is 0.19, 0.67, 0.00, 0.15. Web safe color of #b047da is #9933cc. Color #b047da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000111 11011010
Octal 260 107 332
Decimal 176 71 218
Hex B0 47 DA

RGB Percentages of Color #b047da

%37.85
%15.27
%46.88

CMYK Percentages of Color #b047da

%19
%67
%0
%15

Triadic Colors of #b047da

#b047da #dab047 #47dab0

Analogous Colors of #b047da

#b047da #da47bb #6747da

Monochromatic Colors of #b047da

#b047da

Complementary Color

#b047da #71da47

#b047da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b047da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b047da Color CSS Codes

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

#b047da Text Font Color

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

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


#b047da Background Color

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

This div background color is #b047da


#b047da Border Color

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

This div border color is #b047da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b047da


Comments

No comments written yet.

Please login to write comment.