Color Hex Logo

#b050de Color Hex

#B050DE
(176,80,222)
0 Favorites   0 Comments

Color spaces of #b050de

RGB 17680222
HSL0.780.680.59
HSV281°64°87°
CMYK 0.210.640.00   0.13
XYZ33.958020.241471.2244
Yxy20.24140.27070.1614
Hunter Lab44.990455.9954-62.3687
CIE-Lab52.109161.2164-56.1852

#b050de color RGB value is (176,80,222).

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

The process color (four color CMYK) of #b050de color hex is 0.21, 0.64, 0.00, 0.13. Web safe color of #b050de is #9966cc. Color #b050de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010000 11011110
Octal 260 120 336
Decimal 176 80 222
Hex B0 50 DE

RGB Percentages of Color #b050de

%36.82
%16.74
%46.44

CMYK Percentages of Color #b050de

%21
%64
%0
%13

Triadic Colors of #b050de

#b050de #deb050 #50deb0

Analogous Colors of #b050de

#b050de #de50c5 #6950de

Monochromatic Colors of #b050de

#b050de

Complementary Color

#b050de #7ede50

#b050de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b050de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b050de Color CSS Codes

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

#b050de Text Font Color

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

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


#b050de Background Color

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

This div background color is #b050de


#b050de Border Color

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

This div border color is #b050de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b050de


Comments

No comments written yet.

Please login to write comment.