Color Hex Logo

#7421ba Color Hex

#7421BA
(116,33,186)
0 Favorites   0 Comments

Color spaces of #7421ba

RGB 11633186
HSL0.760.700.43
HSV273°82°73°
CMYK 0.380.820.00   0.27
XYZ16.60928.345947.1899
Yxy8.34590.23020.1157
Hunter Lab28.889352.0681-76.6262
CIE-Lab34.693161.0327-63.9517

#7421ba color RGB value is (116,33,186).

#7421ba hex color red value is 116, green value is 33 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7421ba hue: 0.76 , saturation: 0.70 and the lightness value of 7421ba is 0.43.

The process color (four color CMYK) of #7421ba color hex is 0.38, 0.82, 0.00, 0.27. Web safe color of #7421ba is #6633cc. Color #7421ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100001 10111010
Octal 164 41 272
Decimal 116 33 186
Hex 74 21 BA

RGB Percentages of Color #7421ba

%34.63
%9.85
%55.52

CMYK Percentages of Color #7421ba

%38
%82
%0
%27

Triadic Colors of #7421ba

#7421ba #ba7421 #21ba74

Analogous Colors of #7421ba

#7421ba #ba21b4 #2721ba

Monochromatic Colors of #7421ba

#7421ba

Complementary Color

#7421ba #67ba21

#7421ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7421ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7421ba Color CSS Codes

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

#7421ba Text Font Color

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

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


#7421ba Background Color

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

This div background color is #7421ba


#7421ba Border Color

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

This div border color is #7421ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7421ba


Comments

No comments written yet.

Please login to write comment.