Color Hex Logo

#4549fd Color Hex

#4549FD
(69,73,253)
0 Favorites   0 Comments

Color spaces of #4549fd

RGB 6973253
HSL0.660.980.63
HSV239°73°99°
CMYK 0.730.710.00   0.01
XYZ22.566413.122194.2720
Yxy13.12210.17360.1010
Hunter Lab36.224447.8057-128.9417
CIE-Lab42.946655.5270-88.9889

#4549fd color RGB value is (69,73,253).

#4549fd hex color red value is 69, green value is 73 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #4549fd hue: 0.66 , saturation: 0.98 and the lightness value of 4549fd is 0.63.

The process color (four color CMYK) of #4549fd color hex is 0.73, 0.71, 0.00, 0.01. Web safe color of #4549fd is #3333ff. Color #4549fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01001001 11111101
Octal 105 111 375
Decimal 69 73 253
Hex 45 49 FD

RGB Percentages of Color #4549fd

%17.47
%18.48
%64.05

CMYK Percentages of Color #4549fd

%73
%71
%0
%1

Triadic Colors of #4549fd

#4549fd #fd4549 #49fd45

Analogous Colors of #4549fd

#4549fd #9d45fd #45a5fd

Monochromatic Colors of #4549fd

#4549fd

Complementary Color

#4549fd #fdf945

#4549fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4549fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4549fd Color CSS Codes

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

#4549fd Text Font Color

<p style="color:#4549fd">Text here</p>

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


#4549fd Background Color

<div style="background-color:#4549fd">
Div content here</div>

This div background color is #4549fd


#4549fd Border Color

<div style="border:3px solid #4549fd">
Div here</div>

This div border color is #4549fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,73,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4549fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4549fd;
  -webkit-box-shadow: 1px 1px 3px 2px #4549fd;
  box-shadow:         1px 1px 3px 2px #4549fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,73,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4549fd


Comments

No comments written yet.

Please login to write comment.