Color Hex Logo

#b373cd Color Hex

#B373CD
(179,115,205)
0 Favorites   0 Comments

Color spaces of #b373cd

RGB 179115205
HSL0.790.470.63
HSV283°44°80°
CMYK 0.130.440.00   0.20
XYZ35.740626.253060.9412
Yxy26.25300.29070.2136
Hunter Lab51.237734.8459-34.6521
CIE-Lab58.276440.7355-36.7586

#b373cd color RGB value is (179,115,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110011 11001101
Octal 263 163 315
Decimal 179 115 205
Hex B3 73 CD

RGB Percentages of Color #b373cd

%35.87
%23.05
%41.08

CMYK Percentages of Color #b373cd

%13
%44
%0
%20

Triadic Colors of #b373cd

#b373cd #cdb373 #73cdb3

Analogous Colors of #b373cd

#b373cd #cd73ba #8673cd

Monochromatic Colors of #b373cd

#b373cd

Complementary Color

#b373cd #8dcd73

#b373cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b373cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b373cd Color CSS Codes

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

#b373cd Text Font Color

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

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


#b373cd Background Color

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

This div background color is #b373cd


#b373cd Border Color

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

This div border color is #b373cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b373cd


Comments

No comments written yet.

Please login to write comment.