Color Hex Logo

#7243ac Color Hex

#7243AC
(114,67,172)
0 Favorites   0 Comments

Color spaces of #7243ac

RGB 11467172
HSL0.740.440.47
HSV267°61°67°
CMYK 0.340.610.00   0.33
XYZ16.393010.570340.2060
Yxy10.57030.24410.1574
Hunter Lab32.512033.1062-50.5626
CIE-Lab38.847141.9094-48.9212

#7243ac color RGB value is (114,67,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01000011 10101100
Octal 162 103 254
Decimal 114 67 172
Hex 72 43 AC

RGB Percentages of Color #7243ac

%32.29
%18.98
%48.73

CMYK Percentages of Color #7243ac

%34
%61
%0
%33

Triadic Colors of #7243ac

#7243ac #ac7243 #43ac72

Analogous Colors of #7243ac

#7243ac #a743ac #4349ac

Monochromatic Colors of #7243ac

#7243ac

Complementary Color

#7243ac #7dac43

#7243ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7243ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7243ac Color CSS Codes

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

#7243ac Text Font Color

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

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


#7243ac Background Color

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

This div background color is #7243ac


#7243ac Border Color

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

This div border color is #7243ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7243ac


Comments

No comments written yet.

Please login to write comment.