Color Hex Logo

#b869eb Color Hex

#B869EB
(184,105,235)
0 Favorites   0 Comments

Color spaces of #b869eb

RGB 184105235
HSL0.770.760.67
HSV276°55°92°
CMYK 0.220.550.00   0.08
XYZ39.814126.291781.5736
Yxy26.29170.26960.1780
Hunter Lab51.275448.8688-58.4311
CIE-Lab58.312953.7988-53.5206

#b869eb color RGB value is (184,105,235).

#b869eb hex color red value is 184, green value is 105 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b869eb hue: 0.77 , saturation: 0.76 and the lightness value of b869eb is 0.67.

The process color (four color CMYK) of #b869eb color hex is 0.22, 0.55, 0.00, 0.08. Web safe color of #b869eb is #cc66ff. Color #b869eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01101001 11101011
Octal 270 151 353
Decimal 184 105 235
Hex B8 69 EB

RGB Percentages of Color #b869eb

%35.11
%20.04
%44.85

CMYK Percentages of Color #b869eb

%22
%55
%0
%8

Triadic Colors of #b869eb

#b869eb #ebb869 #69ebb8

Analogous Colors of #b869eb

#b869eb #eb69dd #7769eb

Monochromatic Colors of #b869eb

#b869eb

Complementary Color

#b869eb #9ceb69

#b869eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b869eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b869eb Color CSS Codes

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

#b869eb Text Font Color

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

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


#b869eb Background Color

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

This div background color is #b869eb


#b869eb Border Color

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

This div border color is #b869eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b869eb


Comments

No comments written yet.

Please login to write comment.