Color Hex Logo

#b462fb Color Hex

#B462FB
(180,98,251)
0 Favorites   0 Comments

Color spaces of #b462fb

RGB 18098251
HSL0.760.950.68
HSV272°61°98°
CMYK 0.280.610.00   0.02
XYZ40.602725.403794.0302
Yxy25.40370.25370.1587
Hunter Lab50.402155.5916-75.3301
CIE-Lab57.466759.9003-63.7913

#b462fb color RGB value is (180,98,251).

#b462fb hex color red value is 180, green value is 98 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b462fb hue: 0.76 , saturation: 0.95 and the lightness value of b462fb is 0.68.

The process color (four color CMYK) of #b462fb color hex is 0.28, 0.61, 0.00, 0.02. Web safe color of #b462fb is #cc66ff. Color #b462fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100010 11111011
Octal 264 142 373
Decimal 180 98 251
Hex B4 62 FB

RGB Percentages of Color #b462fb

%34.03
%18.53
%47.45

CMYK Percentages of Color #b462fb

%28
%61
%0
%2

Triadic Colors of #b462fb

#b462fb #fbb462 #62fbb4

Analogous Colors of #b462fb

#b462fb #fb62f6 #6862fb

Monochromatic Colors of #b462fb

#b462fb

Complementary Color

#b462fb #a9fb62

#b462fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b462fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b462fb Color CSS Codes

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

#b462fb Text Font Color

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

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


#b462fb Background Color

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

This div background color is #b462fb


#b462fb Border Color

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

This div border color is #b462fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,98,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b462fb


Comments

No comments written yet.

Please login to write comment.