Color Hex Logo

#b640fe Color Hex

#B640FE
(182,64,254)
0 Favorites   0 Comments

Color spaces of #b640fe

RGB 18264254
HSL0.770.990.62
HSV277°75°100°
CMYK 0.280.750.00   0.00
XYZ39.014220.767695.7182
Yxy20.76760.25090.1336
Hunter Lab45.571573.0655-92.6325
CIE-Lab52.694275.4949-73.1526

#b640fe color RGB value is (182,64,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000000 11111110
Octal 266 100 376
Decimal 182 64 254
Hex B6 40 FE

RGB Percentages of Color #b640fe

%36.40
%12.80
%50.80

CMYK Percentages of Color #b640fe

%28
%75
%0
%0

Triadic Colors of #b640fe

#b640fe #feb640 #40feb6

Analogous Colors of #b640fe

#b640fe #fe40e7 #5740fe

Monochromatic Colors of #b640fe

#b640fe

Complementary Color

#b640fe #88fe40

#b640fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b640fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b640fe Color CSS Codes

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

#b640fe Text Font Color

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

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


#b640fe Background Color

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

This div background color is #b640fe


#b640fe Border Color

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

This div border color is #b640fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b640fe

Related Colors


Comments

No comments written yet.

Please login to write comment.