Color Hex Logo

#bc7afd Color Hex

#BC7AFD
(188,122,253)
0 Favorites   0 Comments

Color spaces of #bc7afd

RGB 188122253
HSL0.750.970.74
HSV270°52°99°
CMYK 0.260.520.00   0.01
XYZ45.428231.702396.6533
Yxy31.70230.26140.1824
Hunter Lab56.304845.4851-62.3644
CIE-Lab63.096149.9987-55.8402

#bc7afd color RGB value is (188,122,253).

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

The process color (four color CMYK) of #bc7afd color hex is 0.26, 0.52, 0.00, 0.01. Web safe color of #bc7afd is #cc66ff. Color #bc7afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01111010 11111101
Octal 274 172 375
Decimal 188 122 253
Hex BC 7A FD

RGB Percentages of Color #bc7afd

%33.39
%21.67
%44.94

CMYK Percentages of Color #bc7afd

%26
%52
%0
%1

Triadic Colors of #bc7afd

#bc7afd #fdbc7a #7afdbc

Analogous Colors of #bc7afd

#bc7afd #fd7afd #7b7afd

Monochromatic Colors of #bc7afd

#bc7afd

Complementary Color

#bc7afd #bbfd7a

#bc7afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc7afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc7afd Color CSS Codes

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

#bc7afd Text Font Color

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

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


#bc7afd Background Color

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

This div background color is #bc7afd


#bc7afd Border Color

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

This div border color is #bc7afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc7afd

Related Colors


Comments

No comments written yet.

Please login to write comment.