Color Hex Logo

#ba74bd Color Hex

#BA74BD
(186,116,189)
0 Favorites   0 Comments

Color spaces of #ba74bd

RGB 186116189
HSL0.830.360.60
HSV298°39°74°
CMYK 0.020.390.00   0.26
XYZ35.680426.604051.3986
Yxy26.60400.31390.2340
Hunter Lab51.579133.2160-22.9772
CIE-Lab58.606039.1122-27.0947

#ba74bd color RGB value is (186,116,189).

#ba74bd hex color red value is 186, green value is 116 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ba74bd hue: 0.83 , saturation: 0.36 and the lightness value of ba74bd is 0.60.

The process color (four color CMYK) of #ba74bd color hex is 0.02, 0.39, 0.00, 0.26. Web safe color of #ba74bd is #cc66cc. Color #ba74bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110100 10111101
Octal 272 164 275
Decimal 186 116 189
Hex BA 74 BD

RGB Percentages of Color #ba74bd

%37.88
%23.63
%38.49

CMYK Percentages of Color #ba74bd

%2
%39
%0
%26

Triadic Colors of #ba74bd

#ba74bd #bdba74 #74bdba

Analogous Colors of #ba74bd

#ba74bd #bd749c #9674bd

Monochromatic Colors of #ba74bd

#ba74bd

Complementary Color

#ba74bd #77bd74

#ba74bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba74bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba74bd Color CSS Codes

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

#ba74bd Text Font Color

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

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


#ba74bd Background Color

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

This div background color is #ba74bd


#ba74bd Border Color

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

This div border color is #ba74bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,116,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba74bd


Comments

No comments written yet.

Please login to write comment.