Color Hex Logo

#bc94ea Color Hex

#BC94EA
(188,148,234)
0 Favorites   0 Comments

Color spaces of #bc94ea

RGB 188148234
HSL0.740.670.75
HSV268°37°92°
CMYK 0.200.370.00   0.08
XYZ46.180237.811782.7063
Yxy37.81170.27700.2268
Hunter Lab61.491226.4447-36.7018
CIE-Lab67.881631.5167-37.8597

#bc94ea color RGB value is (188,148,234).

#bc94ea hex color red value is 188, green value is 148 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bc94ea hue: 0.74 , saturation: 0.67 and the lightness value of bc94ea is 0.75.

The process color (four color CMYK) of #bc94ea color hex is 0.20, 0.37, 0.00, 0.08. Web safe color of #bc94ea is #cc99ff. Color #bc94ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010100 11101010
Octal 274 224 352
Decimal 188 148 234
Hex BC 94 EA

RGB Percentages of Color #bc94ea

%32.98
%25.96
%41.05

CMYK Percentages of Color #bc94ea

%20
%37
%0
%8

Triadic Colors of #bc94ea

#bc94ea #eabc94 #94eabc

Analogous Colors of #bc94ea

#bc94ea #e794ea #9497ea

Monochromatic Colors of #bc94ea

#bc94ea

Complementary Color

#bc94ea #c2ea94

#bc94ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc94ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc94ea Color CSS Codes

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

#bc94ea Text Font Color

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

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


#bc94ea Background Color

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

This div background color is #bc94ea


#bc94ea Border Color

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

This div border color is #bc94ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc94ea


Comments

No comments written yet.

Please login to write comment.