Color Hex Logo

#b48cde Color Hex

#B48CDE
(180,140,222)
0 Favorites   0 Comments

Color spaces of #b48cde

RGB 180140222
HSL0.750.550.71
HSV269°37°87°
CMYK 0.190.370.00   0.13
XYZ41.385333.733473.4372
Yxy33.73340.27860.2271
Hunter Lab58.080525.5496-34.3102
CIE-Lab64.750430.9089-36.1694

#b48cde color RGB value is (180,140,222).

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

The process color (four color CMYK) of #b48cde color hex is 0.19, 0.37, 0.00, 0.13. Web safe color of #b48cde is #cc99cc. Color #b48cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001100 11011110
Octal 264 214 336
Decimal 180 140 222
Hex B4 8C DE

RGB Percentages of Color #b48cde

%33.21
%25.83
%40.96

CMYK Percentages of Color #b48cde

%19
%37
%0
%13

Triadic Colors of #b48cde

#b48cde #deb48c #8cdeb4

Analogous Colors of #b48cde

#b48cde #dd8cde #8c8dde

Monochromatic Colors of #b48cde

#b48cde

Complementary Color

#b48cde #b6de8c

#b48cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48cde Color CSS Codes

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

#b48cde Text Font Color

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

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


#b48cde Background Color

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

This div background color is #b48cde


#b48cde Border Color

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

This div border color is #b48cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48cde


Comments

No comments written yet.

Please login to write comment.