Color Hex Logo

#b88fda Color Hex

#B88FDA
(184,143,218)
0 Favorites   0 Comments

Color spaces of #b88fda

RGB 184143218
HSL0.760.500.71
HSV273°34°85°
CMYK 0.160.340.00   0.15
XYZ42.244534.897270.8390
Yxy34.89720.28550.2358
Hunter Lab59.073924.2685-29.7465
CIE-Lab65.668629.5560-32.4930

#b88fda color RGB value is (184,143,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001111 11011010
Octal 270 217 332
Decimal 184 143 218
Hex B8 8F DA

RGB Percentages of Color #b88fda

%33.76
%26.24
%40.00

CMYK Percentages of Color #b88fda

%16
%34
%0
%15

Triadic Colors of #b88fda

#b88fda #dab88f #8fdab8

Analogous Colors of #b88fda

#b88fda #da8fd7 #938fda

Monochromatic Colors of #b88fda

#b88fda

Complementary Color

#b88fda #b1da8f

#b88fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88fda Color CSS Codes

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

#b88fda Text Font Color

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

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


#b88fda Background Color

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

This div background color is #b88fda


#b88fda Border Color

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

This div border color is #b88fda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,143,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 #b88fda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88fda


Comments

No comments written yet.

Please login to write comment.