Color Hex Logo

#bc92de Color Hex

#BC92DE
(188,146,222)
0 Favorites   0 Comments

Color spaces of #bc92de

RGB 188146222
HSL0.760.540.72
HSV273°34°87°
CMYK 0.150.340.00   0.13
XYZ44.202736.523173.8272
Yxy36.52310.28600.2363
Hunter Lab60.434324.7978-30.1252
CIE-Lab66.917729.9788-32.7426

#bc92de color RGB value is (188,146,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010010 11011110
Octal 274 222 336
Decimal 188 146 222
Hex BC 92 DE

RGB Percentages of Color #bc92de

%33.81
%26.26
%39.93

CMYK Percentages of Color #bc92de

%15
%34
%0
%13

Triadic Colors of #bc92de

#bc92de #debc92 #92debc

Analogous Colors of #bc92de

#bc92de #de92da #9692de

Monochromatic Colors of #bc92de

#bc92de

Complementary Color

#bc92de #b4de92

#bc92de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc92de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc92de Color CSS Codes

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

#bc92de Text Font Color

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

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


#bc92de Background Color

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

This div background color is #bc92de


#bc92de Border Color

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

This div border color is #bc92de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc92de


Comments

No comments written yet.

Please login to write comment.