Color Hex Logo

#7219ba Color Hex

#7219BA
(114,25,186)
0 Favorites   0 Comments

Color spaces of #7219ba

RGB 11425186
HSL0.760.760.41
HSV273°87°73°
CMYK 0.390.870.00   0.27
XYZ16.15007.817847.1122
Yxy7.81780.22720.1100
Hunter Lab27.960354.1718-80.3294
CIE-Lab33.600563.1419-65.7524

#7219ba color RGB value is (114,25,186).

#7219ba hex color red value is 114, green value is 25 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7219ba hue: 0.76 , saturation: 0.76 and the lightness value of 7219ba is 0.41.

The process color (four color CMYK) of #7219ba color hex is 0.39, 0.87, 0.00, 0.27. Web safe color of #7219ba is #6600cc. Color #7219ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00011001 10111010
Octal 162 31 272
Decimal 114 25 186
Hex 72 19 BA

RGB Percentages of Color #7219ba

%35.08
%7.69
%57.23

CMYK Percentages of Color #7219ba

%39
%87
%0
%27

Triadic Colors of #7219ba

#7219ba #ba7219 #19ba72

Analogous Colors of #7219ba

#7219ba #ba19b2 #2219ba

Monochromatic Colors of #7219ba

#7219ba

Complementary Color

#7219ba #61ba19

#7219ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7219ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7219ba Color CSS Codes

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

#7219ba Text Font Color

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

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


#7219ba Background Color

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

This div background color is #7219ba


#7219ba Border Color

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

This div border color is #7219ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7219ba


Comments

No comments written yet.

Please login to write comment.