Color Hex Logo

#b463ef Color Hex

#B463EF
(180,99,239)
0 Favorites   0 Comments

Color spaces of #b463ef

RGB 18099239
HSL0.760.810.66
HSV275°59°94°
CMYK 0.250.590.00   0.06
XYZ38.864224.859084.4112
Yxy24.85900.26240.1678
Hunter Lab49.858851.8852-65.4771
CIE-Lab56.937856.7268-57.9738

#b463ef color RGB value is (180,99,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100011 11101111
Octal 264 143 357
Decimal 180 99 239
Hex B4 63 EF

RGB Percentages of Color #b463ef

%34.75
%19.11
%46.14

CMYK Percentages of Color #b463ef

%25
%59
%0
%6

Triadic Colors of #b463ef

#b463ef #efb463 #63efb4

Analogous Colors of #b463ef

#b463ef #ef63e4 #6e63ef

Monochromatic Colors of #b463ef

#b463ef

Complementary Color

#b463ef #9eef63

#b463ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b463ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b463ef Color CSS Codes

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

#b463ef Text Font Color

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

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


#b463ef Background Color

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

This div background color is #b463ef


#b463ef Border Color

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

This div border color is #b463ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b463ef


Comments

No comments written yet.

Please login to write comment.