Color Hex Logo

#b648ff Color Hex

#B648FF
(182,72,255)
0 Favorites   0 Comments

Color spaces of #b648ff

RGB 18272255
HSL0.771.000.64
HSV276°72°100°
CMYK 0.290.720.00   0.00
XYZ39.658821.799896.7253
Yxy21.79980.25070.1378
Hunter Lab46.690369.9103-90.1442
CIE-Lab53.813972.7038-71.8916

#b648ff color RGB value is (182,72,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01001000 11111111
Octal 266 110 377
Decimal 182 72 255
Hex B6 48 FF

RGB Percentages of Color #b648ff

%35.76
%14.15
%50.10

CMYK Percentages of Color #b648ff

%29
%72
%0
%0

Triadic Colors of #b648ff

#b648ff #ffb648 #48ffb6

Analogous Colors of #b648ff

#b648ff #ff48ed #5b48ff

Monochromatic Colors of #b648ff

#b648ff

Complementary Color

#b648ff #91ff48

#b648ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b648ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b648ff Color CSS Codes

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

#b648ff Text Font Color

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

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


#b648ff Background Color

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

This div background color is #b648ff


#b648ff Border Color

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

This div border color is #b648ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b648ff

#b648ff Color Palettes


Comments

No comments written yet.

Please login to write comment.