Color Hex Logo

#b577dc Color Hex

#B577DC
(181,119,220)
0 Favorites   0 Comments

Color spaces of #b577dc

RGB 181119220
HSL0.770.590.66
HSV277°46°86°
CMYK 0.180.460.00   0.14
XYZ38.571128.184771.1174
Yxy28.18470.27980.2044
Hunter Lab53.089336.7799-42.2613
CIE-Lab60.055242.3542-42.3979

#b577dc color RGB value is (181,119,220).

#b577dc hex color red value is 181, green value is 119 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b577dc hue: 0.77 , saturation: 0.59 and the lightness value of b577dc is 0.66.

The process color (four color CMYK) of #b577dc color hex is 0.18, 0.46, 0.00, 0.14. Web safe color of #b577dc is #cc66cc. Color #b577dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110111 11011100
Octal 265 167 334
Decimal 181 119 220
Hex B5 77 DC

RGB Percentages of Color #b577dc

%34.81
%22.88
%42.31

CMYK Percentages of Color #b577dc

%18
%46
%0
%14

Triadic Colors of #b577dc

#b577dc #dcb577 #77dcb5

Analogous Colors of #b577dc

#b577dc #dc77d1 #8377dc

Monochromatic Colors of #b577dc

#b577dc

Complementary Color

#b577dc #9edc77

#b577dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b577dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b577dc Color CSS Codes

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

#b577dc Text Font Color

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

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


#b577dc Background Color

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

This div background color is #b577dc


#b577dc Border Color

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

This div border color is #b577dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b577dc


Comments

No comments written yet.

Please login to write comment.