Color Hex Logo

#b48ffd Color Hex

#B48FFD
(180,143,253)
0 Favorites   0 Comments

Color spaces of #b48ffd

RGB 180143253
HSL0.720.960.78
HSV260°43°99°
CMYK 0.290.430.00   0.01
XYZ46.374536.440197.5179
Yxy36.44010.25720.2021
Hunter Lab60.365631.4886-53.5243
CIE-Lab66.854836.4930-49.9310

#b48ffd color RGB value is (180,143,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001111 11111101
Octal 264 217 375
Decimal 180 143 253
Hex B4 8F FD

RGB Percentages of Color #b48ffd

%31.25
%24.83
%43.92

CMYK Percentages of Color #b48ffd

%29
%43
%0
%1

Triadic Colors of #b48ffd

#b48ffd #fdb48f #8ffdb4

Analogous Colors of #b48ffd

#b48ffd #eb8ffd #8fa1fd

Monochromatic Colors of #b48ffd

#b48ffd

Complementary Color

#b48ffd #d8fd8f

#b48ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48ffd Color CSS Codes

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

#b48ffd Text Font Color

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

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


#b48ffd Background Color

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

This div background color is #b48ffd


#b48ffd Border Color

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

This div border color is #b48ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.