Color Hex Logo

#b469eb Color Hex

#B469EB
(180,105,235)
0 Favorites   0 Comments

Color spaces of #b469eb

RGB 180105235
HSL0.760.760.67
HSV275°55°92°
CMYK 0.230.550.00   0.08
XYZ38.869425.804681.5294
Yxy25.80460.26590.1765
Hunter Lab50.798247.6864-59.5996
CIE-Lab57.851152.8066-54.2840

#b469eb color RGB value is (180,105,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101001 11101011
Octal 264 151 353
Decimal 180 105 235
Hex B4 69 EB

RGB Percentages of Color #b469eb

%34.62
%20.19
%45.19

CMYK Percentages of Color #b469eb

%23
%55
%0
%8

Triadic Colors of #b469eb

#b469eb #ebb469 #69ebb4

Analogous Colors of #b469eb

#b469eb #eb69e1 #7369eb

Monochromatic Colors of #b469eb

#b469eb

Complementary Color

#b469eb #a0eb69

#b469eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b469eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b469eb Color CSS Codes

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

#b469eb Text Font Color

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

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


#b469eb Background Color

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

This div background color is #b469eb


#b469eb Border Color

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

This div border color is #b469eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b469eb


Comments

No comments written yet.

Please login to write comment.