Color Hex Logo

#b48fee Color Hex

#B48FEE
(180,143,238)
0 Favorites   0 Comments

Color spaces of #b48fee

RGB 180143238
HSL0.730.740.75
HSV263°40°93°
CMYK 0.240.400.00   0.07
XYZ44.077535.521385.4221
Yxy35.52130.26710.2153
Hunter Lab59.599727.7116-43.2583
CIE-Lab66.152532.9108-42.8168

#b48fee color RGB value is (180,143,238).

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

The process color (four color CMYK) of #b48fee color hex is 0.24, 0.40, 0.00, 0.07. Web safe color of #b48fee is #cc99ff. Color #b48fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001111 11101110
Octal 264 217 356
Decimal 180 143 238
Hex B4 8F EE

RGB Percentages of Color #b48fee

%32.09
%25.49
%42.42

CMYK Percentages of Color #b48fee

%24
%40
%0
%7

Triadic Colors of #b48fee

#b48fee #eeb48f #8feeb4

Analogous Colors of #b48fee

#b48fee #e48fee #8f9aee

Monochromatic Colors of #b48fee

#b48fee

Complementary Color

#b48fee #c9ee8f

#b48fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48fee Color CSS Codes

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

#b48fee Text Font Color

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

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


#b48fee Background Color

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

This div background color is #b48fee


#b48fee Border Color

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

This div border color is #b48fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48fee


Comments

No comments written yet.

Please login to write comment.