Color Hex Logo

#bc8dda Color Hex

#BC8DDA
(188,141,218)
0 Favorites   0 Comments

Color spaces of #bc8dda

RGB 188141218
HSL0.770.510.70
HSV277°35°85°
CMYK 0.140.350.00   0.15
XYZ42.918834.803170.7853
Yxy34.80310.28900.2344
Hunter Lab58.994226.6207-29.8444
CIE-Lab65.595131.8922-32.5759

#bc8dda color RGB value is (188,141,218).

#bc8dda hex color red value is 188, green value is 141 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bc8dda hue: 0.77 , saturation: 0.51 and the lightness value of bc8dda is 0.70.

The process color (four color CMYK) of #bc8dda color hex is 0.14, 0.35, 0.00, 0.15. Web safe color of #bc8dda is #cc99cc. Color #bc8dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001101 11011010
Octal 274 215 332
Decimal 188 141 218
Hex BC 8D DA

RGB Percentages of Color #bc8dda

%34.37
%25.78
%39.85

CMYK Percentages of Color #bc8dda

%14
%35
%0
%15

Triadic Colors of #bc8dda

#bc8dda #dabc8d #8ddabc

Analogous Colors of #bc8dda

#bc8dda #da8dd2 #968dda

Monochromatic Colors of #bc8dda

#bc8dda

Complementary Color

#bc8dda #abda8d

#bc8dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8dda Color CSS Codes

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

#bc8dda Text Font Color

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

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


#bc8dda Background Color

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

This div background color is #bc8dda


#bc8dda Border Color

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

This div border color is #bc8dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8dda


Comments

No comments written yet.

Please login to write comment.