Color Hex Logo

#b48ae5 Color Hex

#B48AE5
(180,138,229)
0 Favorites   0 Comments

Color spaces of #b48ae5

RGB 180138229
HSL0.740.640.72
HSV268°40°90°
CMYK 0.210.400.00   0.10
XYZ42.053733.537478.3856
Yxy33.53740.27310.2178
Hunter Lab57.911528.2766-39.7134
CIE-Lab64.593733.6136-40.2938

#b48ae5 color RGB value is (180,138,229).

#b48ae5 hex color red value is 180, green value is 138 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #b48ae5 hue: 0.74 , saturation: 0.64 and the lightness value of b48ae5 is 0.72.

The process color (four color CMYK) of #b48ae5 color hex is 0.21, 0.40, 0.00, 0.10. Web safe color of #b48ae5 is #cc99cc. Color #b48ae5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001010 11100101
Octal 264 212 345
Decimal 180 138 229
Hex B4 8A E5

RGB Percentages of Color #b48ae5

%32.91
%25.23
%41.86

CMYK Percentages of Color #b48ae5

%21
%40
%0
%10

Triadic Colors of #b48ae5

#b48ae5 #e5b48a #8ae5b4

Analogous Colors of #b48ae5

#b48ae5 #e28ae5 #8a8ee5

Monochromatic Colors of #b48ae5

#b48ae5

Complementary Color

#b48ae5 #bbe58a

#b48ae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48ae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48ae5 Color CSS Codes

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

#b48ae5 Text Font Color

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

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


#b48ae5 Background Color

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

This div background color is #b48ae5


#b48ae5 Border Color

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

This div border color is #b48ae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48ae5


Comments

No comments written yet.

Please login to write comment.