Color Hex Logo

#bc81fd Color Hex

#BC81FD
(188,129,253)
0 Favorites   0 Comments

Color spaces of #bc81fd

RGB 188129253
HSL0.750.970.75
HSV269°49°99°
CMYK 0.260.490.00   0.01
XYZ46.318933.483796.9502
Yxy33.48370.26210.1894
Hunter Lab57.865141.6188-58.8320
CIE-Lab64.550746.2673-53.5289

#bc81fd color RGB value is (188,129,253).

#bc81fd hex color red value is 188, green value is 129 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bc81fd hue: 0.75 , saturation: 0.97 and the lightness value of bc81fd is 0.75.

The process color (four color CMYK) of #bc81fd color hex is 0.26, 0.49, 0.00, 0.01. Web safe color of #bc81fd is #cc99ff. Color #bc81fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000001 11111101
Octal 274 201 375
Decimal 188 129 253
Hex BC 81 FD

RGB Percentages of Color #bc81fd

%32.98
%22.63
%44.39

CMYK Percentages of Color #bc81fd

%26
%49
%0
%1

Triadic Colors of #bc81fd

#bc81fd #fdbc81 #81fdbc

Analogous Colors of #bc81fd

#bc81fd #fa81fd #8184fd

Monochromatic Colors of #bc81fd

#bc81fd

Complementary Color

#bc81fd #c2fd81

#bc81fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc81fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc81fd Color CSS Codes

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

#bc81fd Text Font Color

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

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


#bc81fd Background Color

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

This div background color is #bc81fd


#bc81fd Border Color

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

This div border color is #bc81fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc81fd


Comments

No comments written yet.

Please login to write comment.