Color Hex Logo

#bc88df Color Hex

#BC88DF
(188,136,223)
0 Favorites   0 Comments

Color spaces of #bc88df

RGB 188136223
HSL0.770.580.70
HSV276°39°87°
CMYK 0.160.390.00   0.13
XYZ42.862533.627474.0437
Yxy33.62740.28470.2234
Hunter Lab57.989130.4568-35.1123
CIE-Lab64.665735.7302-36.7969

#bc88df color RGB value is (188,136,223).

#bc88df hex color red value is 188, green value is 136 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bc88df hue: 0.77 , saturation: 0.58 and the lightness value of bc88df is 0.70.

The process color (four color CMYK) of #bc88df color hex is 0.16, 0.39, 0.00, 0.13. Web safe color of #bc88df is #cc99cc. Color #bc88df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001000 11011111
Octal 274 210 337
Decimal 188 136 223
Hex BC 88 DF

RGB Percentages of Color #bc88df

%34.37
%24.86
%40.77

CMYK Percentages of Color #bc88df

%16
%39
%0
%13

Triadic Colors of #bc88df

#bc88df #dfbc88 #88dfbc

Analogous Colors of #bc88df

#bc88df #df88d7 #9188df

Monochromatic Colors of #bc88df

#bc88df

Complementary Color

#bc88df #abdf88

#bc88df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc88df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc88df Color CSS Codes

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

#bc88df Text Font Color

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

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


#bc88df Background Color

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

This div background color is #bc88df


#bc88df Border Color

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

This div border color is #bc88df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,136,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bc88df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bc88df;
  -webkit-box-shadow: 1px 1px 3px 2px #bc88df;
  box-shadow:         1px 1px 3px 2px #bc88df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,136,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc88df


Comments

No comments written yet.

Please login to write comment.