Color Hex Logo

#b48fda Color Hex

#B48FDA
(180,143,218)
0 Favorites   0 Comments

Color spaces of #b48fda

RGB 180143218
HSL0.750.500.71
HSV270°34°85°
CMYK 0.170.340.00   0.15
XYZ41.299734.410270.7948
Yxy34.41020.28190.2349
Hunter Lab58.660223.0175-30.4927
CIE-Lab65.286928.3350-33.1151

#b48fda color RGB value is (180,143,218).

#b48fda hex color red value is 180, green value is 143 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b48fda hue: 0.75 , saturation: 0.50 and the lightness value of b48fda is 0.71.

The process color (four color CMYK) of #b48fda color hex is 0.17, 0.34, 0.00, 0.15. Web safe color of #b48fda is #cc99cc. Color #b48fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001111 11011010
Octal 264 217 332
Decimal 180 143 218
Hex B4 8F DA

RGB Percentages of Color #b48fda

%33.27
%26.43
%40.30

CMYK Percentages of Color #b48fda

%17
%34
%0
%15

Triadic Colors of #b48fda

#b48fda #dab48f #8fdab4

Analogous Colors of #b48fda

#b48fda #da8fda #8f90da

Monochromatic Colors of #b48fda

#b48fda

Complementary Color

#b48fda #b5da8f

#b48fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48fda Color CSS Codes

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

#b48fda Text Font Color

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

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


#b48fda Background Color

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

This div background color is #b48fda


#b48fda Border Color

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

This div border color is #b48fda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,143,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48fda


Comments

No comments written yet.

Please login to write comment.