Color Hex Logo

#b577ca Color Hex

#B577CA
(181,119,202)
0 Favorites   0 Comments

Color spaces of #b577ca

RGB 181119202
HSL0.790.440.63
HSV285°41°79°
CMYK 0.100.410.00   0.21
XYZ36.313627.281759.2291
Yxy27.28170.29570.2221
Hunter Lab52.231932.6942-30.6704
CIE-Lab59.234238.5257-33.5491

#b577ca color RGB value is (181,119,202).

#b577ca hex color red value is 181, green value is 119 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b577ca hue: 0.79 , saturation: 0.44 and the lightness value of b577ca is 0.63.

The process color (four color CMYK) of #b577ca color hex is 0.10, 0.41, 0.00, 0.21. Web safe color of #b577ca is #cc66cc. Color #b577ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110111 11001010
Octal 265 167 312
Decimal 181 119 202
Hex B5 77 CA

RGB Percentages of Color #b577ca

%36.06
%23.71
%40.24

CMYK Percentages of Color #b577ca

%10
%41
%0
%21

Triadic Colors of #b577ca

#b577ca #cab577 #77cab5

Analogous Colors of #b577ca

#b577ca #ca77b6 #8c77ca

Monochromatic Colors of #b577ca

#b577ca

Complementary Color

#b577ca #8cca77

#b577ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b577ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b577ca Color CSS Codes

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

#b577ca Text Font Color

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

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


#b577ca Background Color

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

This div background color is #b577ca


#b577ca Border Color

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

This div border color is #b577ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b577ca


Comments

No comments written yet.

Please login to write comment.