Color Hex Logo

#4935af Color Hex

#4935AF
(73,53,175)
0 Favorites   0 Comments

Color spaces of #4935af

RGB 7353175
HSL0.690.540.45
HSV250°70°69°
CMYK 0.580.700.00   0.31
XYZ11.75867.057841.3000
Yxy7.05780.19560.1174
Hunter Lab26.566532.5144-73.5750
CIE-Lab31.938142.5095-62.1230

#4935af color RGB value is (73,53,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110101 10101111
Octal 111 65 257
Decimal 73 53 175
Hex 49 35 AF

RGB Percentages of Color #4935af

%24.25
%17.61
%58.14

CMYK Percentages of Color #4935af

%58
%70
%0
%31

Triadic Colors of #4935af

#4935af #af4935 #35af49

Analogous Colors of #4935af

#4935af #8635af #355eaf

Monochromatic Colors of #4935af

#4935af

Complementary Color

#4935af #9baf35

#4935af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4935af Color Preview on White Background

Lorem ipsum dolor sit amet.

#4935af Color CSS Codes

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

#4935af Text Font Color

<p style="color:#4935af">Text here</p>

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


#4935af Background Color

<div style="background-color:#4935af">
Div content here</div>

This div background color is #4935af


#4935af Border Color

<div style="border:3px solid #4935af">
Div here</div>

This div border color is #4935af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,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 #4935af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4935af


Comments

No comments written yet.

Please login to write comment.