Color Hex Logo

#b468ef Color Hex

#B468EF
(180,104,239)
0 Favorites   0 Comments

Color spaces of #b468ef

RGB 180104239
HSL0.760.810.67
HSV274°56°94°
CMYK 0.250.560.00   0.06
XYZ39.352725.835984.5741
Yxy25.83590.26280.1725
Hunter Lab50.829049.2469-63.0719
CIE-Lab57.881054.2098-56.4657

#b468ef color RGB value is (180,104,239).

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

The process color (four color CMYK) of #b468ef color hex is 0.25, 0.56, 0.00, 0.06. Web safe color of #b468ef is #cc66ff. Color #b468ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101000 11101111
Octal 264 150 357
Decimal 180 104 239
Hex B4 68 EF

RGB Percentages of Color #b468ef

%34.42
%19.89
%45.70

CMYK Percentages of Color #b468ef

%25
%56
%0
%6

Triadic Colors of #b468ef

#b468ef #efb468 #68efb4

Analogous Colors of #b468ef

#b468ef #ef68e7 #7168ef

Monochromatic Colors of #b468ef

#b468ef

Complementary Color

#b468ef #a3ef68

#b468ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b468ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b468ef Color CSS Codes

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

#b468ef Text Font Color

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

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


#b468ef Background Color

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

This div background color is #b468ef


#b468ef Border Color

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

This div border color is #b468ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b468ef


Comments

No comments written yet.

Please login to write comment.