Color Hex Logo

#bf73be Color Hex

#BF73BE
(191,115,190)
0 Favorites   0 Comments

Color spaces of #bf73be

RGB 191115190
HSL0.840.370.60
HSV301°40°75°
CMYK 0.000.400.01   0.25
XYZ36.910927.055551.9920
Yxy27.05550.31830.2333
Hunter Lab52.014935.6414-22.8535
CIE-Lab59.025741.4028-26.9681

#bf73be color RGB value is (191,115,190).

#bf73be hex color red value is 191, green value is 115 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bf73be hue: 0.84 , saturation: 0.37 and the lightness value of bf73be is 0.60.

The process color (four color CMYK) of #bf73be color hex is 0.00, 0.40, 0.01, 0.25. Web safe color of #bf73be is #cc66cc. Color #bf73be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110011 10111110
Octal 277 163 276
Decimal 191 115 190
Hex BF 73 BE

RGB Percentages of Color #bf73be

%38.51
%23.19
%38.31

CMYK Percentages of Color #bf73be

%0
%40
%1
%25

Triadic Colors of #bf73be

#bf73be #bebf73 #73bebf

Analogous Colors of #bf73be

#bf73be #bf7398 #9a73bf

Monochromatic Colors of #bf73be

#bf73be

Complementary Color

#bf73be #73bf74

#bf73be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf73be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf73be Color CSS Codes

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

#bf73be Text Font Color

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

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


#bf73be Background Color

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

This div background color is #bf73be


#bf73be Border Color

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

This div border color is #bf73be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf73be


Comments

No comments written yet.

Please login to write comment.