Color Hex Logo

#b040de Color Hex

#B040DE
(176,64,222)
0 Favorites   0 Comments

Color spaces of #b040de

RGB 17664222
HSL0.780.710.56
HSV283°71°87°
CMYK 0.210.710.00   0.13
XYZ32.922718.170870.8793
Yxy18.17080.26990.1490
Hunter Lab42.627263.2650-68.7466
CIE-Lab49.702667.9461-60.0534

#b040de color RGB value is (176,64,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000000 11011110
Octal 260 100 336
Decimal 176 64 222
Hex B0 40 DE

RGB Percentages of Color #b040de

%38.10
%13.85
%48.05

CMYK Percentages of Color #b040de

%21
%71
%0
%13

Triadic Colors of #b040de

#b040de #deb040 #40deb0

Analogous Colors of #b040de

#b040de #de40bd #6140de

Monochromatic Colors of #b040de

#b040de

Complementary Color

#b040de #6ede40

#b040de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b040de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b040de Color CSS Codes

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

#b040de Text Font Color

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

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


#b040de Background Color

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

This div background color is #b040de


#b040de Border Color

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

This div border color is #b040de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b040de


Comments

No comments written yet.

Please login to write comment.