Color Hex Logo

#bc73cf Color Hex

#BC73CF
(188,115,207)
0 Favorites   0 Comments

Color spaces of #bc73cf

RGB 188115207
HSL0.800.490.63
HSV288°44°81°
CMYK 0.090.440.00   0.19
XYZ38.132327.457862.3216
Yxy27.45780.29810.2147
Hunter Lab52.400238.1964-33.8358
CIE-Lab59.395743.7879-36.0640

#bc73cf color RGB value is (188,115,207).

#bc73cf hex color red value is 188, green value is 115 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bc73cf hue: 0.80 , saturation: 0.49 and the lightness value of bc73cf is 0.63.

The process color (four color CMYK) of #bc73cf color hex is 0.09, 0.44, 0.00, 0.19. Web safe color of #bc73cf is #cc66cc. Color #bc73cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110011 11001111
Octal 274 163 317
Decimal 188 115 207
Hex BC 73 CF

RGB Percentages of Color #bc73cf

%36.86
%22.55
%40.59

CMYK Percentages of Color #bc73cf

%9
%44
%0
%19

Triadic Colors of #bc73cf

#bc73cf #cfbc73 #73cfbc

Analogous Colors of #bc73cf

#bc73cf #cf73b4 #8e73cf

Monochromatic Colors of #bc73cf

#bc73cf

Complementary Color

#bc73cf #86cf73

#bc73cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc73cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc73cf Color CSS Codes

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

#bc73cf Text Font Color

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

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


#bc73cf Background Color

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

This div background color is #bc73cf


#bc73cf Border Color

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

This div border color is #bc73cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc73cf


Comments

No comments written yet.

Please login to write comment.