Color Hex Logo

#b047de Color Hex

#B047DE
(176,71,222)
0 Favorites   0 Comments

Color spaces of #b047de

RGB 17671222
HSL0.780.700.57
HSV282°68°87°
CMYK 0.210.680.00   0.13
XYZ33.342619.010571.0193
Yxy19.01050.27030.1541
Hunter Lab43.601060.2008-66.0535
CIE-Lab50.699565.1358-58.4487

#b047de color RGB value is (176,71,222).

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

The process color (four color CMYK) of #b047de color hex is 0.21, 0.68, 0.00, 0.13. Web safe color of #b047de is #9933cc. Color #b047de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000111 11011110
Octal 260 107 336
Decimal 176 71 222
Hex B0 47 DE

RGB Percentages of Color #b047de

%37.53
%15.14
%47.33

CMYK Percentages of Color #b047de

%21
%68
%0
%13

Triadic Colors of #b047de

#b047de #deb047 #47deb0

Analogous Colors of #b047de

#b047de #de47c1 #6547de

Monochromatic Colors of #b047de

#b047de

Complementary Color

#b047de #75de47

#b047de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b047de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b047de Color CSS Codes

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

#b047de Text Font Color

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

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


#b047de Background Color

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

This div background color is #b047de


#b047de Border Color

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

This div border color is #b047de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,71,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b047de


Comments

No comments written yet.

Please login to write comment.