Color Hex Logo

#ba74ca Color Hex

#BA74CA
(186,116,202)
0 Favorites   0 Comments

Color spaces of #ba74ca

RGB 186116202
HSL0.800.450.62
HSV289°43°79°
CMYK 0.080.430.00   0.21
XYZ37.155827.194259.1678
Yxy27.19420.30080.2202
Hunter Lab52.148135.9232-30.7675
CIE-Lab59.153741.6561-33.6316

#ba74ca color RGB value is (186,116,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110100 11001010
Octal 272 164 312
Decimal 186 116 202
Hex BA 74 CA

RGB Percentages of Color #ba74ca

%36.90
%23.02
%40.08

CMYK Percentages of Color #ba74ca

%8
%43
%0
%21

Triadic Colors of #ba74ca

#ba74ca #caba74 #74caba

Analogous Colors of #ba74ca

#ba74ca #ca74af #8f74ca

Monochromatic Colors of #ba74ca

#ba74ca

Complementary Color

#ba74ca #84ca74

#ba74ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba74ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba74ca Color CSS Codes

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

#ba74ca Text Font Color

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

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


#ba74ca Background Color

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

This div background color is #ba74ca


#ba74ca Border Color

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

This div border color is #ba74ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba74ca


Comments

No comments written yet.

Please login to write comment.