Color Hex Logo

#b046df Color Hex

#B046DF
(176,70,223)
0 Favorites   0 Comments

Color spaces of #b046df

RGB 17670223
HSL0.780.710.57
HSV282°69°87°
CMYK 0.210.690.00   0.13
XYZ33.413918.938171.7064
Yxy18.93810.26930.1527
Hunter Lab43.517960.8994-67.2322
CIE-Lab50.614765.7524-59.1524

#b046df color RGB value is (176,70,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000110 11011111
Octal 260 106 337
Decimal 176 70 223
Hex B0 46 DF

RGB Percentages of Color #b046df

%37.53
%14.93
%47.55

CMYK Percentages of Color #b046df

%21
%69
%0
%13

Triadic Colors of #b046df

#b046df #dfb046 #46dfb0

Analogous Colors of #b046df

#b046df #df46c2 #6346df

Monochromatic Colors of #b046df

#b046df

Complementary Color

#b046df #75df46

#b046df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b046df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b046df Color CSS Codes

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

#b046df Text Font Color

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

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


#b046df Background Color

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

This div background color is #b046df


#b046df Border Color

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

This div border color is #b046df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b046df


Comments

No comments written yet.

Please login to write comment.