Color Hex Logo

#b440fe Color Hex

#B440FE
(180,64,254)
0 Favorites   0 Comments

Color spaces of #b440fe

RGB 18064254
HSL0.770.990.62
HSV277°75°100°
CMYK 0.290.750.00   0.00
XYZ38.545220.525895.6963
Yxy20.52580.24910.1326
Hunter Lab45.305472.5808-93.5215
CIE-Lab52.426675.1536-73.5994

#b440fe color RGB value is (180,64,254).

#b440fe hex color red value is 180, green value is 64 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b440fe hue: 0.77 , saturation: 0.99 and the lightness value of b440fe is 0.62.

The process color (four color CMYK) of #b440fe color hex is 0.29, 0.75, 0.00, 0.00. Web safe color of #b440fe is #cc33ff. Color #b440fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000000 11111110
Octal 264 100 376
Decimal 180 64 254
Hex B4 40 FE

RGB Percentages of Color #b440fe

%36.14
%12.85
%51.00

CMYK Percentages of Color #b440fe

%29
%75
%0
%0

Triadic Colors of #b440fe

#b440fe #feb440 #40feb4

Analogous Colors of #b440fe

#b440fe #fe40e9 #5540fe

Monochromatic Colors of #b440fe

#b440fe

Complementary Color

#b440fe #8afe40

#b440fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b440fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b440fe Color CSS Codes

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

#b440fe Text Font Color

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

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


#b440fe Background Color

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

This div background color is #b440fe


#b440fe Border Color

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

This div border color is #b440fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b440fe

Related Colors


Comments

No comments written yet.

Please login to write comment.