Color Hex Logo

#b473cd Color Hex

#B473CD
(180,115,205)
0 Favorites   0 Comments

Color spaces of #b473cd

RGB 180115205
HSL0.790.470.63
HSV283°44°80°
CMYK 0.120.440.00   0.20
XYZ35.972626.372560.9521
Yxy26.37250.29180.2139
Hunter Lab51.354235.1660-34.4232
CIE-Lab58.388941.0296-36.5744

#b473cd color RGB value is (180,115,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110011 11001101
Octal 264 163 315
Decimal 180 115 205
Hex B4 73 CD

RGB Percentages of Color #b473cd

%36.00
%23.00
%41.00

CMYK Percentages of Color #b473cd

%12
%44
%0
%20

Triadic Colors of #b473cd

#b473cd #cdb473 #73cdb4

Analogous Colors of #b473cd

#b473cd #cd73b9 #8773cd

Monochromatic Colors of #b473cd

#b473cd

Complementary Color

#b473cd #8ccd73

#b473cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b473cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b473cd Color CSS Codes

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

#b473cd Text Font Color

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

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


#b473cd Background Color

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

This div background color is #b473cd


#b473cd Border Color

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

This div border color is #b473cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b473cd


Comments

No comments written yet.

Please login to write comment.