Color Hex Logo

#4733ac Color Hex

#4733AC
(71,51,172)
0 Favorites   0 Comments

Color spaces of #4733ac

RGB 7151172
HSL0.690.540.44
HSV250°70°67°
CMYK 0.590.700.00   0.33
XYZ11.22886.685839.7284
Yxy6.68580.19480.1160
Hunter Lab25.856932.2670-72.9975
CIE-Lab31.080642.4061-61.7412

#4733ac color RGB value is (71,51,172).

#4733ac hex color red value is 71, green value is 51 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4733ac hue: 0.69 , saturation: 0.54 and the lightness value of 4733ac is 0.44.

The process color (four color CMYK) of #4733ac color hex is 0.59, 0.70, 0.00, 0.33. Web safe color of #4733ac is #333399. Color #4733ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110011 10101100
Octal 107 63 254
Decimal 71 51 172
Hex 47 33 AC

RGB Percentages of Color #4733ac

%24.15
%17.35
%58.50

CMYK Percentages of Color #4733ac

%59
%70
%0
%33

Triadic Colors of #4733ac

#4733ac #ac4733 #33ac47

Analogous Colors of #4733ac

#4733ac #8433ac #335bac

Monochromatic Colors of #4733ac

#4733ac

Complementary Color

#4733ac #98ac33

#4733ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4733ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4733ac Color CSS Codes

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

#4733ac Text Font Color

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

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


#4733ac Background Color

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

This div background color is #4733ac


#4733ac Border Color

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

This div border color is #4733ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,51,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 #4733ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4733ac


Comments

No comments written yet.

Please login to write comment.