Color Hex Logo

#b871ec Color Hex

#B871EC
(184,113,236)
0 Favorites   0 Comments

Color spaces of #b871ec

RGB 184113236
HSL0.760.760.68
HSV275°52°93°
CMYK 0.220.520.00   0.07
XYZ40.812628.056782.6213
Yxy28.05670.26940.1852
Hunter Lab52.968644.8403-55.4036
CIE-Lab59.939949.8874-51.4897

#b871ec color RGB value is (184,113,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110001 11101100
Octal 270 161 354
Decimal 184 113 236
Hex B8 71 EC

RGB Percentages of Color #b871ec

%34.52
%21.20
%44.28

CMYK Percentages of Color #b871ec

%22
%52
%0
%7

Triadic Colors of #b871ec

#b871ec #ecb871 #71ecb8

Analogous Colors of #b871ec

#b871ec #ec71e3 #7b71ec

Monochromatic Colors of #b871ec

#b871ec

Complementary Color

#b871ec #a5ec71

#b871ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b871ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b871ec Color CSS Codes

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

#b871ec Text Font Color

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

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


#b871ec Background Color

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

This div background color is #b871ec


#b871ec Border Color

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

This div border color is #b871ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b871ec


Comments

No comments written yet.

Please login to write comment.