Color Hex Logo

#ba74ba Color Hex

#BA74BA
(186,116,186)
0 Favorites   0 Comments

Color spaces of #ba74ba

RGB 186116186
HSL0.830.340.59
HSV300°38°73°
CMYK 0.000.380.00   0.27
XYZ35.358026.475149.7010
Yxy26.47510.31700.2374
Hunter Lab51.454032.6167-21.2523
CIE-Lab58.485338.5428-25.5691

#ba74ba color RGB value is (186,116,186).

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

The process color (four color CMYK) of #ba74ba color hex is 0.00, 0.38, 0.00, 0.27. Web safe color of #ba74ba is #cc66cc. Color #ba74ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110100 10111010
Octal 272 164 272
Decimal 186 116 186
Hex BA 74 BA

RGB Percentages of Color #ba74ba

%38.11
%23.77
%38.11

CMYK Percentages of Color #ba74ba

%0
%38
%0
%27

Triadic Colors of #ba74ba

#ba74ba #baba74 #74baba

Analogous Colors of #ba74ba

#ba74ba #ba7497 #9774ba

Monochromatic Colors of #ba74ba

#ba74ba

Complementary Color

#ba74ba #74ba74

#ba74ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba74ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba74ba Color CSS Codes

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

#ba74ba Text Font Color

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

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


#ba74ba Background Color

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

This div background color is #ba74ba


#ba74ba Border Color

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

This div border color is #ba74ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba74ba


Comments

No comments written yet.

Please login to write comment.