Color Hex Logo

#b350de Color Hex

#B350DE
(179,80,222)
0 Favorites   0 Comments

Color spaces of #b350de

RGB 17980222
HSL0.780.680.59
HSV282°64°87°
CMYK 0.190.640.00   0.13
XYZ34.643920.595071.2565
Yxy20.59500.27390.1628
Hunter Lab45.381756.8469-61.3275
CIE-Lab52.503461.8896-55.5314

#b350de color RGB value is (179,80,222).

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

The process color (four color CMYK) of #b350de color hex is 0.19, 0.64, 0.00, 0.13. Web safe color of #b350de is #cc66cc. Color #b350de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010000 11011110
Octal 263 120 336
Decimal 179 80 222
Hex B3 50 DE

RGB Percentages of Color #b350de

%37.21
%16.63
%46.15

CMYK Percentages of Color #b350de

%19
%64
%0
%13

Triadic Colors of #b350de

#b350de #deb350 #50deb3

Analogous Colors of #b350de

#b350de #de50c2 #6c50de

Monochromatic Colors of #b350de

#b350de

Complementary Color

#b350de #7bde50

#b350de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b350de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b350de Color CSS Codes

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

#b350de Text Font Color

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

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


#b350de Background Color

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

This div background color is #b350de


#b350de Border Color

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

This div border color is #b350de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b350de


Comments

No comments written yet.

Please login to write comment.