Color Hex Logo

#bc7dfd Color Hex

#BC7DFD
(188,125,253)
0 Favorites   0 Comments

Color spaces of #bc7dfd

RGB 188125253
HSL0.750.970.74
HSV270°51°99°
CMYK 0.260.510.00   0.01
XYZ45.802332.450496.7780
Yxy32.45040.26170.1854
Hunter Lab56.965343.8318-60.8518
CIE-Lab63.713448.4080-54.8585

#bc7dfd color RGB value is (188,125,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01111101 11111101
Octal 274 175 375
Decimal 188 125 253
Hex BC 7D FD

RGB Percentages of Color #bc7dfd

%33.22
%22.08
%44.70

CMYK Percentages of Color #bc7dfd

%26
%51
%0
%1

Triadic Colors of #bc7dfd

#bc7dfd #fdbc7d #7dfdbc

Analogous Colors of #bc7dfd

#bc7dfd #fc7dfd #7d7efd

Monochromatic Colors of #bc7dfd

#bc7dfd

Complementary Color

#bc7dfd #befd7d

#bc7dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc7dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc7dfd Color CSS Codes

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

#bc7dfd Text Font Color

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

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


#bc7dfd Background Color

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

This div background color is #bc7dfd


#bc7dfd Border Color

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

This div border color is #bc7dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc7dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.