Color Hex Logo

#bc93d9 Color Hex

#BC93D9
(188,147,217)
0 Favorites   0 Comments

Color spaces of #bc93d9

RGB 188147217
HSL0.760.480.71
HSV275°32°85°
CMYK 0.130.320.00   0.15
XYZ43.697136.568670.4010
Yxy36.56860.29000.2427
Hunter Lab60.472023.1583-26.6946
CIE-Lab66.952128.3478-29.9221

#bc93d9 color RGB value is (188,147,217).

#bc93d9 hex color red value is 188, green value is 147 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #bc93d9 hue: 0.76 , saturation: 0.48 and the lightness value of bc93d9 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010011 11011001
Octal 274 223 331
Decimal 188 147 217
Hex BC 93 D9

RGB Percentages of Color #bc93d9

%34.06
%26.63
%39.31

CMYK Percentages of Color #bc93d9

%13
%32
%0
%15

Triadic Colors of #bc93d9

#bc93d9 #d9bc93 #93d9bc

Analogous Colors of #bc93d9

#bc93d9 #d993d3 #9993d9

Monochromatic Colors of #bc93d9

#bc93d9

Complementary Color

#bc93d9 #b0d993

#bc93d9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc93d9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc93d9 Color CSS Codes

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

#bc93d9 Text Font Color

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

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


#bc93d9 Background Color

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

This div background color is #bc93d9


#bc93d9 Border Color

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

This div border color is #bc93d9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc93d9


Comments

No comments written yet.

Please login to write comment.