Color Hex Logo

#b654f5 Color Hex

#B654F5
(182,84,245)
0 Favorites   0 Comments

Color spaces of #b654f5

RGB 18284245
HSL0.770.890.65
HSV277°66°96°
CMYK 0.260.660.00   0.04
XYZ38.943222.878388.7496
Yxy22.87830.25860.1519
Hunter Lab47.831361.6262-76.5291
CIE-Lab54.946865.5601-64.5018

#b654f5 color RGB value is (182,84,245).

#b654f5 hex color red value is 182, green value is 84 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #b654f5 hue: 0.77 , saturation: 0.89 and the lightness value of b654f5 is 0.65.

The process color (four color CMYK) of #b654f5 color hex is 0.26, 0.66, 0.00, 0.04. Web safe color of #b654f5 is #cc66ff. Color #b654f5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010100 11110101
Octal 266 124 365
Decimal 182 84 245
Hex B6 54 F5

RGB Percentages of Color #b654f5

%35.62
%16.44
%47.95

CMYK Percentages of Color #b654f5

%26
%66
%0
%4

Triadic Colors of #b654f5

#b654f5 #f5b654 #54f5b6

Analogous Colors of #b654f5

#b654f5 #f554e4 #6654f5

Monochromatic Colors of #b654f5

#b654f5

Complementary Color

#b654f5 #93f554

#b654f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b654f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b654f5 Color CSS Codes

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

#b654f5 Text Font Color

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

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


#b654f5 Background Color

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

This div background color is #b654f5


#b654f5 Border Color

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

This div border color is #b654f5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,84,245, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b654f5


Comments

No comments written yet.

Please login to write comment.