Color Hex Logo

#b873ec Color Hex

#B873EC
(184,115,236)
0 Favorites   0 Comments

Color spaces of #b873ec

RGB 184115236
HSL0.760.760.69
HSV274°51°93°
CMYK 0.220.510.00   0.07
XYZ41.038228.507982.6965
Yxy28.50790.26960.1873
Hunter Lab53.392843.7594-54.4553
CIE-Lab60.344848.8359-50.8469

#b873ec color RGB value is (184,115,236).

#b873ec hex color red value is 184, green value is 115 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b873ec hue: 0.76 , saturation: 0.76 and the lightness value of b873ec is 0.69.

The process color (four color CMYK) of #b873ec color hex is 0.22, 0.51, 0.00, 0.07. Web safe color of #b873ec is #cc66ff. Color #b873ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110011 11101100
Octal 270 163 354
Decimal 184 115 236
Hex B8 73 EC

RGB Percentages of Color #b873ec

%34.39
%21.50
%44.11

CMYK Percentages of Color #b873ec

%22
%51
%0
%7

Triadic Colors of #b873ec

#b873ec #ecb873 #73ecb8

Analogous Colors of #b873ec

#b873ec #ec73e4 #7c73ec

Monochromatic Colors of #b873ec

#b873ec

Complementary Color

#b873ec #a7ec73

#b873ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b873ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b873ec Color CSS Codes

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

#b873ec Text Font Color

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

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


#b873ec Background Color

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

This div background color is #b873ec


#b873ec Border Color

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

This div border color is #b873ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b873ec


Comments

No comments written yet.

Please login to write comment.