Color Hex Logo

#b88dec Color Hex

#B88DEC
(184,141,236)
0 Favorites   0 Comments

Color spaces of #b88dec

RGB 184141236
HSL0.740.710.74
HSV267°40°93°
CMYK 0.220.400.00   0.07
XYZ44.432435.296283.8279
Yxy35.29620.27170.2158
Hunter Lab59.410629.5292-42.0703
CIE-Lab65.978634.6963-41.9619

#b88dec color RGB value is (184,141,236).

#b88dec hex color red value is 184, green value is 141 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b88dec hue: 0.74 , saturation: 0.71 and the lightness value of b88dec is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001101 11101100
Octal 270 215 354
Decimal 184 141 236
Hex B8 8D EC

RGB Percentages of Color #b88dec

%32.80
%25.13
%42.07

CMYK Percentages of Color #b88dec

%22
%40
%0
%7

Triadic Colors of #b88dec

#b88dec #ecb88d #8decb8

Analogous Colors of #b88dec

#b88dec #e88dec #8d92ec

Monochromatic Colors of #b88dec

#b88dec

Complementary Color

#b88dec #c1ec8d

#b88dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88dec Color CSS Codes

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

#b88dec Text Font Color

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

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


#b88dec Background Color

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

This div background color is #b88dec


#b88dec Border Color

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

This div border color is #b88dec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,141,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b88dec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b88dec;
  -webkit-box-shadow: 1px 1px 3px 2px #b88dec;
  box-shadow:         1px 1px 3px 2px #b88dec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,141,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88dec


Comments

No comments written yet.

Please login to write comment.