Color Hex Logo

#b477ca Color Hex

#B477CA
(180,119,202)
0 Favorites   0 Comments

Color spaces of #b477ca

RGB 180119202
HSL0.790.440.63
HSV284°41°79°
CMYK 0.110.410.00   0.21
XYZ36.079927.161259.2181
Yxy27.16120.29460.2218
Hunter Lab52.116432.3708-30.8877
CIE-Lab59.123238.2238-33.7303

#b477ca color RGB value is (180,119,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110111 11001010
Octal 264 167 312
Decimal 180 119 202
Hex B4 77 CA

RGB Percentages of Color #b477ca

%35.93
%23.75
%40.32

CMYK Percentages of Color #b477ca

%11
%41
%0
%21

Triadic Colors of #b477ca

#b477ca #cab477 #77cab4

Analogous Colors of #b477ca

#b477ca #ca77b7 #8b77ca

Monochromatic Colors of #b477ca

#b477ca

Complementary Color

#b477ca #8dca77

#b477ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b477ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b477ca Color CSS Codes

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

#b477ca Text Font Color

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

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


#b477ca Background Color

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

This div background color is #b477ca


#b477ca Border Color

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

This div border color is #b477ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b477ca


Comments

No comments written yet.

Please login to write comment.