Color Hex Logo

#bc8ad3 Color Hex

#BC8AD3
(188,138,211)
0 Favorites   0 Comments

Color spaces of #bc8ad3

RGB 188138211
HSL0.780.450.68
HSV281°35°83°
CMYK 0.110.350.00   0.17
XYZ41.585433.571565.9162
Yxy33.57150.29480.2380
Hunter Lab57.940926.7165-26.8923
CIE-Lab64.621032.0764-30.1880

#bc8ad3 color RGB value is (188,138,211).

#bc8ad3 hex color red value is 188, green value is 138 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #bc8ad3 hue: 0.78 , saturation: 0.45 and the lightness value of bc8ad3 is 0.68.

The process color (four color CMYK) of #bc8ad3 color hex is 0.11, 0.35, 0.00, 0.17. Web safe color of #bc8ad3 is #cc99cc. Color #bc8ad3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001010 11010011
Octal 274 212 323
Decimal 188 138 211
Hex BC 8A D3

RGB Percentages of Color #bc8ad3

%35.01
%25.70
%39.29

CMYK Percentages of Color #bc8ad3

%11
%35
%0
%17

Triadic Colors of #bc8ad3

#bc8ad3 #d3bc8a #8ad3bc

Analogous Colors of #bc8ad3

#bc8ad3 #d38ac6 #988ad3

Monochromatic Colors of #bc8ad3

#bc8ad3

Complementary Color

#bc8ad3 #a1d38a

#bc8ad3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8ad3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8ad3 Color CSS Codes

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

#bc8ad3 Text Font Color

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

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


#bc8ad3 Background Color

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

This div background color is #bc8ad3


#bc8ad3 Border Color

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

This div border color is #bc8ad3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8ad3


Comments

No comments written yet.

Please login to write comment.