Color Hex Logo

#bc88dd Color Hex

#BC88DD
(188,136,221)
0 Favorites   0 Comments

Color spaces of #bc88dd

RGB 188136221
HSL0.770.560.70
HSV277°38°87°
CMYK 0.150.380.00   0.13
XYZ42.594333.520172.6317
Yxy33.52010.28640.2254
Hunter Lab57.896530.0029-33.8522
CIE-Lab64.579835.2990-35.8198

#bc88dd color RGB value is (188,136,221).

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

The process color (four color CMYK) of #bc88dd color hex is 0.15, 0.38, 0.00, 0.13. Web safe color of #bc88dd is #cc99cc. Color #bc88dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001000 11011101
Octal 274 210 335
Decimal 188 136 221
Hex BC 88 DD

RGB Percentages of Color #bc88dd

%34.50
%24.95
%40.55

CMYK Percentages of Color #bc88dd

%15
%38
%0
%13

Triadic Colors of #bc88dd

#bc88dd #ddbc88 #88ddbc

Analogous Colors of #bc88dd

#bc88dd #dd88d4 #9288dd

Monochromatic Colors of #bc88dd

#bc88dd

Complementary Color

#bc88dd #a9dd88

#bc88dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc88dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc88dd Color CSS Codes

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

#bc88dd Text Font Color

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

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


#bc88dd Background Color

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

This div background color is #bc88dd


#bc88dd Border Color

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

This div border color is #bc88dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc88dd


Comments

No comments written yet.

Please login to write comment.