Color Hex Logo

#b373de Color Hex

#B373DE
(179,115,222)
0 Favorites   0 Comments

Color spaces of #b373de

RGB 179115222
HSL0.770.620.66
HSV276°48°87°
CMYK 0.190.480.00   0.13
XYZ37.906027.119172.3439
Yxy27.11910.27590.1974
Hunter Lab52.076038.7967-45.9124
CIE-Lab59.084444.3988-45.0636

#b373de color RGB value is (179,115,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110011 11011110
Octal 263 163 336
Decimal 179 115 222
Hex B3 73 DE

RGB Percentages of Color #b373de

%34.69
%22.29
%43.02

CMYK Percentages of Color #b373de

%19
%48
%0
%13

Triadic Colors of #b373de

#b373de #deb373 #73deb3

Analogous Colors of #b373de

#b373de #de73d4 #7e73de

Monochromatic Colors of #b373de

#b373de

Complementary Color

#b373de #9ede73

#b373de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b373de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b373de Color CSS Codes

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

#b373de Text Font Color

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

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


#b373de Background Color

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

This div background color is #b373de


#b373de Border Color

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

This div border color is #b373de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b373de


Comments

No comments written yet.

Please login to write comment.