Color Hex Logo

#bc93e1 Color Hex

#BC93E1
(188,147,225)
0 Favorites   0 Comments

Color spaces of #bc93e1

RGB 188147225
HSL0.750.570.73
HSV272°35°88°
CMYK 0.160.350.00   0.12
XYZ44.763436.995076.0156
Yxy36.99500.28370.2345
Hunter Lab60.823524.9269-31.5226
CIE-Lab67.273330.0771-33.8488

#bc93e1 color RGB value is (188,147,225).

#bc93e1 hex color red value is 188, green value is 147 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #bc93e1 hue: 0.75 , saturation: 0.57 and the lightness value of bc93e1 is 0.73.

The process color (four color CMYK) of #bc93e1 color hex is 0.16, 0.35, 0.00, 0.12. Web safe color of #bc93e1 is #cc99cc. Color #bc93e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010011 11100001
Octal 274 223 341
Decimal 188 147 225
Hex BC 93 E1

RGB Percentages of Color #bc93e1

%33.57
%26.25
%40.18

CMYK Percentages of Color #bc93e1

%16
%35
%0
%12

Triadic Colors of #bc93e1

#bc93e1 #e1bc93 #93e1bc

Analogous Colors of #bc93e1

#bc93e1 #e193df #9593e1

Monochromatic Colors of #bc93e1

#bc93e1

Complementary Color

#bc93e1 #b8e193

#bc93e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc93e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc93e1 Color CSS Codes

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

#bc93e1 Text Font Color

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

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


#bc93e1 Background Color

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

This div background color is #bc93e1


#bc93e1 Border Color

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

This div border color is #bc93e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc93e1


Comments

No comments written yet.

Please login to write comment.