Color Hex Logo

#b88dda Color Hex

#B88DDA
(184,141,218)
0 Favorites   0 Comments

Color spaces of #b88dda

RGB 184141218
HSL0.760.510.70
HSV274°35°85°
CMYK 0.160.350.00   0.15
XYZ41.946934.302170.7398
Yxy34.30210.28540.2334
Hunter Lab58.568025.3492-30.6143
CIE-Lab65.201730.6703-33.2171

#b88dda color RGB value is (184,141,218).

#b88dda hex color red value is 184, green value is 141 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b88dda hue: 0.76 , saturation: 0.51 and the lightness value of b88dda is 0.70.

The process color (four color CMYK) of #b88dda color hex is 0.16, 0.35, 0.00, 0.15. Web safe color of #b88dda is #cc99cc. Color #b88dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001101 11011010
Octal 270 215 332
Decimal 184 141 218
Hex B8 8D DA

RGB Percentages of Color #b88dda

%33.89
%25.97
%40.15

CMYK Percentages of Color #b88dda

%16
%35
%0
%15

Triadic Colors of #b88dda

#b88dda #dab88d #8ddab8

Analogous Colors of #b88dda

#b88dda #da8dd6 #928dda

Monochromatic Colors of #b88dda

#b88dda

Complementary Color

#b88dda #afda8d

#b88dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88dda Color CSS Codes

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

#b88dda Text Font Color

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

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


#b88dda Background Color

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

This div background color is #b88dda


#b88dda Border Color

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

This div border color is #b88dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88dda


Comments

No comments written yet.

Please login to write comment.