Color Hex Logo

#bf73ca Color Hex

#BF73CA
(191,115,202)
0 Favorites   0 Comments

Color spaces of #bf73ca

RGB 191115202
HSL0.810.450.62
HSV292°43°79°
CMYK 0.050.430.00   0.21
XYZ38.277327.602159.1874
Yxy27.60210.30610.2207
Hunter Lab52.537738.1085-30.0179
CIE-Lab59.527543.6865-33.0050

#bf73ca color RGB value is (191,115,202).

#bf73ca hex color red value is 191, green value is 115 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bf73ca hue: 0.81 , saturation: 0.45 and the lightness value of bf73ca is 0.62.

The process color (four color CMYK) of #bf73ca color hex is 0.05, 0.43, 0.00, 0.21. Web safe color of #bf73ca is #cc66cc. Color #bf73ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110011 11001010
Octal 277 163 312
Decimal 191 115 202
Hex BF 73 CA

RGB Percentages of Color #bf73ca

%37.60
%22.64
%39.76

CMYK Percentages of Color #bf73ca

%5
%43
%0
%21

Triadic Colors of #bf73ca

#bf73ca #cabf73 #73cabf

Analogous Colors of #bf73ca

#bf73ca #ca73aa #9473ca

Monochromatic Colors of #bf73ca

#bf73ca

Complementary Color

#bf73ca #7eca73

#bf73ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf73ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf73ca Color CSS Codes

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

#bf73ca Text Font Color

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

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


#bf73ca Background Color

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

This div background color is #bf73ca


#bf73ca Border Color

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

This div border color is #bf73ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf73ca


Comments

No comments written yet.

Please login to write comment.