Color Hex Logo

#bd73ca Color Hex

#BD73CA
(189,115,202)
0 Favorites   0 Comments

Color spaces of #bd73ca

RGB 189115202
HSL0.810.450.62
HSV291°43°79°
CMYK 0.060.430.00   0.21
XYZ37.777727.344659.1640
Yxy27.34460.30400.2200
Hunter Lab52.292137.4438-30.4771
CIE-Lab59.291943.0885-33.3897

#bd73ca color RGB value is (189,115,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110011 11001010
Octal 275 163 312
Decimal 189 115 202
Hex BD 73 CA

RGB Percentages of Color #bd73ca

%37.35
%22.73
%39.92

CMYK Percentages of Color #bd73ca

%6
%43
%0
%21

Triadic Colors of #bd73ca

#bd73ca #cabd73 #73cabd

Analogous Colors of #bd73ca

#bd73ca #ca73ac #9273ca

Monochromatic Colors of #bd73ca

#bd73ca

Complementary Color

#bd73ca #80ca73

#bd73ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd73ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd73ca Color CSS Codes

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

#bd73ca Text Font Color

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

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


#bd73ca Background Color

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

This div background color is #bd73ca


#bd73ca Border Color

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

This div border color is #bd73ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd73ca


Comments

No comments written yet.

Please login to write comment.