Color Hex Logo

#b453fb Color Hex

#B453FB
(180,83,251)
0 Favorites   0 Comments

Color spaces of #b453fb

RGB 18083251
HSL0.760.950.65
HSV275°67°98°
CMYK 0.280.670.00   0.02
XYZ39.328222.854893.6054
Yxy22.85480.25240.1467
Hunter Lab47.806763.1814-82.6250
CIE-Lab54.922566.8846-67.8906

#b453fb color RGB value is (180,83,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010011 11111011
Octal 264 123 373
Decimal 180 83 251
Hex B4 53 FB

RGB Percentages of Color #b453fb

%35.02
%16.15
%48.83

CMYK Percentages of Color #b453fb

%28
%67
%0
%2

Triadic Colors of #b453fb

#b453fb #fbb453 #53fbb4

Analogous Colors of #b453fb

#b453fb #fb53ee #6053fb

Monochromatic Colors of #b453fb

#b453fb

Complementary Color

#b453fb #9afb53

#b453fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b453fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b453fb Color CSS Codes

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

#b453fb Text Font Color

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

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


#b453fb Background Color

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

This div background color is #b453fb


#b453fb Border Color

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

This div border color is #b453fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b453fb


Comments

No comments written yet.

Please login to write comment.