Color Hex Logo

#bc92ea Color Hex

#BC92EA
(188,146,234)
0 Favorites   0 Comments

Color spaces of #bc92ea

RGB 188146234
HSL0.750.680.75
HSV269°38°92°
CMYK 0.200.380.00   0.08
XYZ45.869237.189682.6027
Yxy37.18960.27690.2245
Hunter Lab60.983327.5399-37.6208
CIE-Lab67.419032.6262-38.5810

#bc92ea color RGB value is (188,146,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010010 11101010
Octal 274 222 352
Decimal 188 146 234
Hex BC 92 EA

RGB Percentages of Color #bc92ea

%33.10
%25.70
%41.20

CMYK Percentages of Color #bc92ea

%20
%38
%0
%8

Triadic Colors of #bc92ea

#bc92ea #eabc92 #92eabc

Analogous Colors of #bc92ea

#bc92ea #e892ea #9294ea

Monochromatic Colors of #bc92ea

#bc92ea

Complementary Color

#bc92ea #c0ea92

#bc92ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc92ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc92ea Color CSS Codes

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

#bc92ea Text Font Color

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

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


#bc92ea Background Color

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

This div background color is #bc92ea


#bc92ea Border Color

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

This div border color is #bc92ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,146,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 #bc92ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc92ea


Comments

No comments written yet.

Please login to write comment.