Color Hex Logo

#4a35af Color Hex

#4A35AF
(74,53,175)
0 Favorites   0 Comments

Color spaces of #4a35af

RGB 7453175
HSL0.700.540.45
HSV250°70°69°
CMYK 0.580.700.00   0.31
XYZ11.83507.097241.3036
Yxy7.09720.19650.1178
Hunter Lab26.640632.6771-73.2749
CIE-Lab32.027242.6641-61.9737

#4a35af color RGB value is (74,53,175).

#4a35af hex color red value is 74, green value is 53 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #4a35af hue: 0.70 , saturation: 0.54 and the lightness value of 4a35af is 0.45.

The process color (four color CMYK) of #4a35af color hex is 0.58, 0.70, 0.00, 0.31. Web safe color of #4a35af is #333399. Color #4a35af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00110101 10101111
Octal 112 65 257
Decimal 74 53 175
Hex 4A 35 AF

RGB Percentages of Color #4a35af

%24.50
%17.55
%57.95

CMYK Percentages of Color #4a35af

%58
%70
%0
%31

Triadic Colors of #4a35af

#4a35af #af4a35 #35af4a

Analogous Colors of #4a35af

#4a35af #8735af #355daf

Monochromatic Colors of #4a35af

#4a35af

Complementary Color

#4a35af #9aaf35

#4a35af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a35af Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a35af Color CSS Codes

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

#4a35af Text Font Color

<p style="color:#4a35af">Text here</p>

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


#4a35af Background Color

<div style="background-color:#4a35af">
Div content here</div>

This div background color is #4a35af


#4a35af Border Color

<div style="border:3px solid #4a35af">
Div here</div>

This div border color is #4a35af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,53,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4a35af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4a35af;
  -webkit-box-shadow: 1px 1px 3px 2px #4a35af;
  box-shadow:         1px 1px 3px 2px #4a35af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,53,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a35af


Comments

No comments written yet.

Please login to write comment.