Color Hex Logo

#b648fb Color Hex

#B648FB
(182,72,251)
0 Favorites   0 Comments

Color spaces of #b648fb

RGB 18272251
HSL0.770.960.63
HSV277°71°98°
CMYK 0.270.710.00   0.02
XYZ39.021421.544893.3687
Yxy21.54480.25350.1400
Hunter Lab46.416468.8330-86.7731
CIE-Lab53.540771.8693-70.1126

#b648fb color RGB value is (182,72,251).

#b648fb hex color red value is 182, green value is 72 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b648fb hue: 0.77 , saturation: 0.96 and the lightness value of b648fb is 0.63.

The process color (four color CMYK) of #b648fb color hex is 0.27, 0.71, 0.00, 0.02. Web safe color of #b648fb is #cc33ff. Color #b648fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01001000 11111011
Octal 266 110 373
Decimal 182 72 251
Hex B6 48 FB

RGB Percentages of Color #b648fb

%36.04
%14.26
%49.70

CMYK Percentages of Color #b648fb

%27
%71
%0
%2

Triadic Colors of #b648fb

#b648fb #fbb648 #48fbb6

Analogous Colors of #b648fb

#b648fb #fb48e7 #5c48fb

Monochromatic Colors of #b648fb

#b648fb

Complementary Color

#b648fb #8dfb48

#b648fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b648fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b648fb Color CSS Codes

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

#b648fb Text Font Color

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

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


#b648fb Background Color

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

This div background color is #b648fb


#b648fb Border Color

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

This div border color is #b648fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b648fb


Comments

No comments written yet.

Please login to write comment.