Color Hex Logo

#7243aa Color Hex

#7243AA
(114,67,170)
0 Favorites   0 Comments

Color spaces of #7243aa

RGB 11467170
HSL0.740.430.46
HSV267°61°67°
CMYK 0.330.610.00   0.33
XYZ16.202310.494039.2018
Yxy10.49400.24590.1592
Hunter Lab32.394432.5877-49.0731
CIE-Lab38.714841.3961-47.9446

#7243aa color RGB value is (114,67,170).

#7243aa hex color red value is 114, green value is 67 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7243aa hue: 0.74 , saturation: 0.43 and the lightness value of 7243aa is 0.46.

The process color (four color CMYK) of #7243aa color hex is 0.33, 0.61, 0.00, 0.33. Web safe color of #7243aa is #663399. Color #7243aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01000011 10101010
Octal 162 103 252
Decimal 114 67 170
Hex 72 43 AA

RGB Percentages of Color #7243aa

%32.48
%19.09
%48.43

CMYK Percentages of Color #7243aa

%33
%61
%0
%33

Triadic Colors of #7243aa

#7243aa #aa7243 #43aa72

Analogous Colors of #7243aa

#7243aa #a643aa #4347aa

Monochromatic Colors of #7243aa

#7243aa

Complementary Color

#7243aa #7baa43

#7243aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7243aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7243aa Color CSS Codes

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

#7243aa Text Font Color

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

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


#7243aa Background Color

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

This div background color is #7243aa


#7243aa Border Color

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

This div border color is #7243aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,67,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7243aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7243aa;
  -webkit-box-shadow: 1px 1px 3px 2px #7243aa;
  box-shadow:         1px 1px 3px 2px #7243aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7243aa


Comments

No comments written yet.

Please login to write comment.