Color Hex Logo

#b041de Color Hex

#B041DE
(176,65,222)
0 Favorites   0 Comments

Color spaces of #b041de

RGB 17665222
HSL0.780.700.56
HSV282°71°87°
CMYK 0.210.710.00   0.13
XYZ32.979618.284670.8983
Yxy18.28460.27000.1497
Hunter Lab42.760562.8396-68.3724
CIE-Lab49.839567.5583-59.8329

#b041de color RGB value is (176,65,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000001 11011110
Octal 260 101 336
Decimal 176 65 222
Hex B0 41 DE

RGB Percentages of Color #b041de

%38.01
%14.04
%47.95

CMYK Percentages of Color #b041de

%21
%71
%0
%13

Triadic Colors of #b041de

#b041de #deb041 #41deb0

Analogous Colors of #b041de

#b041de #de41be #6241de

Monochromatic Colors of #b041de

#b041de

Complementary Color

#b041de #6fde41

#b041de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b041de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b041de Color CSS Codes

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

#b041de Text Font Color

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

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


#b041de Background Color

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

This div background color is #b041de


#b041de Border Color

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

This div border color is #b041de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b041de


Comments

No comments written yet.

Please login to write comment.