Color Hex Logo

#b477cd Color Hex

#B477CD
(180,119,205)
0 Favorites   0 Comments

Color spaces of #b477cd

RGB 180119205
HSL0.780.460.64
HSV283°42°80°
CMYK 0.120.420.00   0.20
XYZ36.438727.304761.1074
Yxy27.30470.29190.2187
Hunter Lab52.253933.0307-32.7579
CIE-Lab59.255338.8507-35.2206

#b477cd color RGB value is (180,119,205).

#b477cd hex color red value is 180, green value is 119 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b477cd hue: 0.78 , saturation: 0.46 and the lightness value of b477cd is 0.64.

The process color (four color CMYK) of #b477cd color hex is 0.12, 0.42, 0.00, 0.20. Web safe color of #b477cd is #cc66cc. Color #b477cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110111 11001101
Octal 264 167 315
Decimal 180 119 205
Hex B4 77 CD

RGB Percentages of Color #b477cd

%35.71
%23.61
%40.67

CMYK Percentages of Color #b477cd

%12
%42
%0
%20

Triadic Colors of #b477cd

#b477cd #cdb477 #77cdb4

Analogous Colors of #b477cd

#b477cd #cd77bb #8977cd

Monochromatic Colors of #b477cd

#b477cd

Complementary Color

#b477cd #90cd77

#b477cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b477cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b477cd Color CSS Codes

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

#b477cd Text Font Color

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

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


#b477cd Background Color

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

This div background color is #b477cd


#b477cd Border Color

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

This div border color is #b477cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b477cd


Comments

No comments written yet.

Please login to write comment.