Color Hex Logo

#b48fff Color Hex

#B48FFF
(180,143,255)
0 Favorites   0 Comments

Color spaces of #b48fff

RGB 180143255
HSL0.721.000.78
HSV260°44°100°
CMYK 0.290.440.00   0.00
XYZ46.694936.568299.2050
Yxy36.56820.25590.2004
Hunter Lab60.471632.0085-54.9363
CIE-Lab66.951836.9794-50.8692

#b48fff color RGB value is (180,143,255).

#b48fff hex color red value is 180, green value is 143 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b48fff hue: 0.72 , saturation: 1.00 and the lightness value of b48fff is 0.78.

The process color (four color CMYK) of #b48fff color hex is 0.29, 0.44, 0.00, 0.00. Web safe color of #b48fff is #cc99ff. Color #b48fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001111 11111111
Octal 264 217 377
Decimal 180 143 255
Hex B4 8F FF

RGB Percentages of Color #b48fff

%31.14
%24.74
%44.12

CMYK Percentages of Color #b48fff

%29
%44
%0
%0

Triadic Colors of #b48fff

#b48fff #ffb48f #8fffb4

Analogous Colors of #b48fff

#b48fff #ec8fff #8fa2ff

Monochromatic Colors of #b48fff

#b48fff

Complementary Color

#b48fff #daff8f

#b48fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48fff Color CSS Codes

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

#b48fff Text Font Color

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

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


#b48fff Background Color

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

This div background color is #b48fff


#b48fff Border Color

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

This div border color is #b48fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48fff

Related Colors


Comments

No comments written yet.

Please login to write comment.