Color Hex Logo

#b88fdc Color Hex

#B88FDC
(184,143,220)
0 Favorites   0 Comments

Color spaces of #b88fdc

RGB 184143220
HSL0.760.520.71
HSV272°35°86°
CMYK 0.160.350.00   0.14
XYZ42.507935.002672.2259
Yxy35.00260.28390.2338
Hunter Lab59.163024.7149-30.9669
CIE-Lab65.750729.9933-33.4751

#b88fdc color RGB value is (184,143,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001111 11011100
Octal 270 217 334
Decimal 184 143 220
Hex B8 8F DC

RGB Percentages of Color #b88fdc

%33.64
%26.14
%40.22

CMYK Percentages of Color #b88fdc

%16
%35
%0
%14

Triadic Colors of #b88fdc

#b88fdc #dcb88f #8fdcb8

Analogous Colors of #b88fdc

#b88fdc #dc8fda #928fdc

Monochromatic Colors of #b88fdc

#b88fdc

Complementary Color

#b88fdc #b3dc8f

#b88fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88fdc Color CSS Codes

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

#b88fdc Text Font Color

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

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


#b88fdc Background Color

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

This div background color is #b88fdc


#b88fdc Border Color

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

This div border color is #b88fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88fdc


Comments

No comments written yet.

Please login to write comment.