Color Hex Logo

#bc8bfd Color Hex

#BC8BFD
(188,139,253)
1 Favorites   0 Comments

Color spaces of #bc8bfd

RGB 188139253
HSL0.740.970.77
HSV266°45°99°
CMYK 0.260.450.00   0.01
XYZ47.701336.248597.4110
Yxy36.24850.26300.1999
Hunter Lab60.206736.0623-53.7831
CIE-Lab66.709440.8387-50.1114

#bc8bfd color RGB value is (188,139,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001011 11111101
Octal 274 213 375
Decimal 188 139 253
Hex BC 8B FD

RGB Percentages of Color #bc8bfd

%32.41
%23.97
%43.62

CMYK Percentages of Color #bc8bfd

%26
%45
%0
%1

Triadic Colors of #bc8bfd

#bc8bfd #fdbc8b #8bfdbc

Analogous Colors of #bc8bfd

#bc8bfd #f58bfd #8b93fd

Monochromatic Colors of #bc8bfd

#bc8bfd

Complementary Color

#bc8bfd #ccfd8b

#bc8bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8bfd Color CSS Codes

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

#bc8bfd Text Font Color

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

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


#bc8bfd Background Color

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

This div background color is #bc8bfd


#bc8bfd Border Color

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

This div border color is #bc8bfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,139,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 #bc8bfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.