Color Hex Logo

#b655fb Color Hex

#B655FB
(182,85,251)
0 Favorites   0 Comments

Color spaces of #b655fb

RGB 18285251
HSL0.760.950.66
HSV275°66°98°
CMYK 0.270.660.00   0.02
XYZ39.952523.407193.6791
Yxy23.40710.25440.1491
Hunter Lab48.380962.7371-80.9356
CIE-Lab55.489266.4029-66.9633

#b655fb color RGB value is (182,85,251).

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

The process color (four color CMYK) of #b655fb color hex is 0.27, 0.66, 0.00, 0.02. Web safe color of #b655fb is #cc66ff. Color #b655fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010101 11111011
Octal 266 125 373
Decimal 182 85 251
Hex B6 55 FB

RGB Percentages of Color #b655fb

%35.14
%16.41
%48.46

CMYK Percentages of Color #b655fb

%27
%66
%0
%2

Triadic Colors of #b655fb

#b655fb #fbb655 #55fbb6

Analogous Colors of #b655fb

#b655fb #fb55ed #6355fb

Monochromatic Colors of #b655fb

#b655fb

Complementary Color

#b655fb #9afb55

#b655fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b655fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b655fb Color CSS Codes

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

#b655fb Text Font Color

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

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


#b655fb Background Color

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

This div background color is #b655fb


#b655fb Border Color

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

This div border color is #b655fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b655fb


Comments

No comments written yet.

Please login to write comment.