Color Hex Logo

#b873cc Color Hex

#B873CC
(184,115,204)
0 Favorites   0 Comments

Color spaces of #b873cc

RGB 184115204
HSL0.800.470.63
HSV287°44°80°
CMYK 0.100.440.00   0.20
XYZ36.797026.811460.3625
Yxy26.81140.29680.2163
Hunter Lab51.779736.2356-32.8718
CIE-Lab58.799342.0027-35.3336

#b873cc color RGB value is (184,115,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110011 11001100
Octal 270 163 314
Decimal 184 115 204
Hex B8 73 CC

RGB Percentages of Color #b873cc

%36.58
%22.86
%40.56

CMYK Percentages of Color #b873cc

%10
%44
%0
%20

Triadic Colors of #b873cc

#b873cc #ccb873 #73ccb8

Analogous Colors of #b873cc

#b873cc #cc73b4 #8c73cc

Monochromatic Colors of #b873cc

#b873cc

Complementary Color

#b873cc #87cc73

#b873cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b873cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b873cc Color CSS Codes

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

#b873cc Text Font Color

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

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


#b873cc Background Color

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

This div background color is #b873cc


#b873cc Border Color

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

This div border color is #b873cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,115,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b873cc


Comments

No comments written yet.

Please login to write comment.