Color Hex Logo

#b375de Color Hex

#B375DE
(179,117,222)
0 Favorites   0 Comments

Color spaces of #b375de

RGB 179117222
HSL0.770.610.66
HSV275°47°87°
CMYK 0.190.470.00   0.13
XYZ38.136527.580272.4207
Yxy27.58020.27610.1997
Hunter Lab52.516937.7180-44.9991
CIE-Lab59.507643.3193-44.3958

#b375de color RGB value is (179,117,222).

#b375de hex color red value is 179, green value is 117 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b375de hue: 0.77 , saturation: 0.61 and the lightness value of b375de is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110101 11011110
Octal 263 165 336
Decimal 179 117 222
Hex B3 75 DE

RGB Percentages of Color #b375de

%34.56
%22.59
%42.86

CMYK Percentages of Color #b375de

%19
%47
%0
%13

Triadic Colors of #b375de

#b375de #deb375 #75deb3

Analogous Colors of #b375de

#b375de #de75d5 #7f75de

Monochromatic Colors of #b375de

#b375de

Complementary Color

#b375de #a0de75

#b375de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b375de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b375de Color CSS Codes

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

#b375de Text Font Color

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

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


#b375de Background Color

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

This div background color is #b375de


#b375de Border Color

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

This div border color is #b375de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b375de


Comments

No comments written yet.

Please login to write comment.