Color Hex Logo

#b871ef Color Hex

#B871EF
(184,113,239)
0 Favorites   0 Comments

Color spaces of #b871ef

RGB 184113239
HSL0.760.800.69
HSV274°53°94°
CMYK 0.230.530.00   0.06
XYZ41.252328.232684.9366
Yxy28.23260.26710.1828
Hunter Lab53.134445.5982-57.5825
CIE-Lab60.098350.5546-52.9050

#b871ef color RGB value is (184,113,239).

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

The process color (four color CMYK) of #b871ef color hex is 0.23, 0.53, 0.00, 0.06. Web safe color of #b871ef is #cc66ff. Color #b871ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110001 11101111
Octal 270 161 357
Decimal 184 113 239
Hex B8 71 EF

RGB Percentages of Color #b871ef

%34.33
%21.08
%44.59

CMYK Percentages of Color #b871ef

%23
%53
%0
%6

Triadic Colors of #b871ef

#b871ef #efb871 #71efb8

Analogous Colors of #b871ef

#b871ef #ef71e7 #7971ef

Monochromatic Colors of #b871ef

#b871ef

Complementary Color

#b871ef #a8ef71

#b871ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b871ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b871ef Color CSS Codes

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

#b871ef Text Font Color

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

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


#b871ef Background Color

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

This div background color is #b871ef


#b871ef Border Color

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

This div border color is #b871ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b871ef


Comments

No comments written yet.

Please login to write comment.