Color Hex Logo

#bc90ed Color Hex

#BC90ED
(188,144,237)
0 Favorites   0 Comments

Color spaces of #bc90ed

RGB 188144237
HSL0.750.720.75
HSV268°39°93°
CMYK 0.210.390.00   0.07
XYZ45.998436.752384.7903
Yxy36.75230.27460.2194
Hunter Lab60.623729.3460-40.4884
CIE-Lab67.090834.4089-40.7432

#bc90ed color RGB value is (188,144,237).

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

The process color (four color CMYK) of #bc90ed color hex is 0.21, 0.39, 0.00, 0.07. Web safe color of #bc90ed is #cc99ff. Color #bc90ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010000 11101101
Octal 274 220 355
Decimal 188 144 237
Hex BC 90 ED

RGB Percentages of Color #bc90ed

%33.04
%25.31
%41.65

CMYK Percentages of Color #bc90ed

%21
%39
%0
%7

Triadic Colors of #bc90ed

#bc90ed #edbc90 #90edbc

Analogous Colors of #bc90ed

#bc90ed #eb90ed #9093ed

Monochromatic Colors of #bc90ed

#bc90ed

Complementary Color

#bc90ed #c1ed90

#bc90ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc90ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc90ed Color CSS Codes

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

#bc90ed Text Font Color

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

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


#bc90ed Background Color

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

This div background color is #bc90ed


#bc90ed Border Color

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

This div border color is #bc90ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc90ed


Comments

No comments written yet.

Please login to write comment.