Color Hex Logo

#bc81d5 Color Hex

#BC81D5
(188,129,213)
0 Favorites   0 Comments

Color spaces of #bc81d5

RGB 188129213
HSL0.780.500.67
HSV282°39°84°
CMYK 0.120.390.00   0.16
XYZ40.599531.196066.8324
Yxy31.19600.29290.2250
Hunter Lab55.853432.0072-31.8472
CIE-Lab62.672737.4504-34.3274

#bc81d5 color RGB value is (188,129,213).

#bc81d5 hex color red value is 188, green value is 129 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #bc81d5 hue: 0.78 , saturation: 0.50 and the lightness value of bc81d5 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000001 11010101
Octal 274 201 325
Decimal 188 129 213
Hex BC 81 D5

RGB Percentages of Color #bc81d5

%35.47
%24.34
%40.19

CMYK Percentages of Color #bc81d5

%12
%39
%0
%16

Triadic Colors of #bc81d5

#bc81d5 #d5bc81 #81d5bc

Analogous Colors of #bc81d5

#bc81d5 #d581c4 #9281d5

Monochromatic Colors of #bc81d5

#bc81d5

Complementary Color

#bc81d5 #9ad581

#bc81d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc81d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc81d5 Color CSS Codes

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

#bc81d5 Text Font Color

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

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


#bc81d5 Background Color

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

This div background color is #bc81d5


#bc81d5 Border Color

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

This div border color is #bc81d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc81d5


Comments

No comments written yet.

Please login to write comment.