Color Hex Logo

#bc90de Color Hex

#BC90DE
(188,144,222)
0 Favorites   0 Comments

Color spaces of #bc90de

RGB 188144222
HSL0.760.540.72
HSV274°35°87°
CMYK 0.150.350.00   0.13
XYZ43.897135.911873.7253
Yxy35.91180.28590.2339
Hunter Lab59.926525.8828-30.9938
CIE-Lab66.452531.0892-33.4639

#bc90de color RGB value is (188,144,222).

#bc90de hex color red value is 188, green value is 144 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bc90de hue: 0.76 , saturation: 0.54 and the lightness value of bc90de is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010000 11011110
Octal 274 220 336
Decimal 188 144 222
Hex BC 90 DE

RGB Percentages of Color #bc90de

%33.94
%25.99
%40.07

CMYK Percentages of Color #bc90de

%15
%35
%0
%13

Triadic Colors of #bc90de

#bc90de #debc90 #90debc

Analogous Colors of #bc90de

#bc90de #de90d9 #9590de

Monochromatic Colors of #bc90de

#bc90de

Complementary Color

#bc90de #b2de90

#bc90de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc90de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc90de Color CSS Codes

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

#bc90de Text Font Color

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

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


#bc90de Background Color

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

This div background color is #bc90de


#bc90de Border Color

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

This div border color is #bc90de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc90de


Comments

No comments written yet.

Please login to write comment.