Color Hex Logo

#b377dd Color Hex

#B377DD
(179,119,221)
0 Favorites   0 Comments

Color spaces of #b377dd

RGB 179119221
HSL0.760.600.67
HSV275°46°87°
CMYK 0.190.460.00   0.13
XYZ38.238427.997871.7953
Yxy27.99780.27700.2028
Hunter Lab52.912936.3983-43.4090
CIE-Lab59.886842.0130-43.2380

#b377dd color RGB value is (179,119,221).

#b377dd hex color red value is 179, green value is 119 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b377dd hue: 0.76 , saturation: 0.60 and the lightness value of b377dd is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110111 11011101
Octal 263 167 335
Decimal 179 119 221
Hex B3 77 DD

RGB Percentages of Color #b377dd

%34.49
%22.93
%42.58

CMYK Percentages of Color #b377dd

%19
%46
%0
%13

Triadic Colors of #b377dd

#b377dd #ddb377 #77ddb3

Analogous Colors of #b377dd

#b377dd #dd77d4 #8077dd

Monochromatic Colors of #b377dd

#b377dd

Complementary Color

#b377dd #a1dd77

#b377dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b377dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b377dd Color CSS Codes

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

#b377dd Text Font Color

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

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


#b377dd Background Color

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

This div background color is #b377dd


#b377dd Border Color

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

This div border color is #b377dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,119,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b377dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b377dd


Comments

No comments written yet.

Please login to write comment.