Color Hex Logo

#b041df Color Hex

#B041DF
(176,65,223)
1 Favorites   0 Comments

Color spaces of #b041df

RGB 17665223
HSL0.780.710.56
HSV282°71°87°
CMYK 0.210.710.00   0.13
XYZ33.114118.338471.6064
Yxy18.33840.26910.1490
Hunter Lab42.823463.0882-69.1645
CIE-Lab49.904067.7572-60.2968

#b041df color RGB value is (176,65,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000001 11011111
Octal 260 101 337
Decimal 176 65 223
Hex B0 41 DF

RGB Percentages of Color #b041df

%37.93
%14.01
%48.06

CMYK Percentages of Color #b041df

%21
%71
%0
%13

Triadic Colors of #b041df

#b041df #dfb041 #41dfb0

Analogous Colors of #b041df

#b041df #df41bf #6141df

Monochromatic Colors of #b041df

#b041df

Complementary Color

#b041df #70df41

#b041df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b041df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b041df Color CSS Codes

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

#b041df Text Font Color

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

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


#b041df Background Color

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

This div background color is #b041df


#b041df Border Color

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

This div border color is #b041df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b041df


Comments

No comments written yet.

Please login to write comment.