Color Hex Logo

#4947ff Color Hex

#4947FF
(73,71,255)
0 Favorites   0 Comments

Color spaces of #4947ff

RGB 7371255
HSL0.671.000.64
HSV241°72°100°
CMYK 0.710.720.00   0.00
XYZ23.050913.142995.9297
Yxy13.14290.17450.0995
Hunter Lab36.253150.0530-131.5105
CIE-Lab42.977857.5929-90.0461

#4947ff color RGB value is (73,71,255).

#4947ff hex color red value is 73, green value is 71 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #4947ff hue: 0.67 , saturation: 1.00 and the lightness value of 4947ff is 0.64.

The process color (four color CMYK) of #4947ff color hex is 0.71, 0.72, 0.00, 0.00. Web safe color of #4947ff is #3333ff. Color #4947ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000111 11111111
Octal 111 107 377
Decimal 73 71 255
Hex 49 47 FF

RGB Percentages of Color #4947ff

%18.30
%17.79
%63.91

CMYK Percentages of Color #4947ff

%71
%72
%0
%0

Triadic Colors of #4947ff

#4947ff #ff4947 #47ff49

Analogous Colors of #4947ff

#4947ff #a547ff #47a1ff

Monochromatic Colors of #4947ff

#4947ff

Complementary Color

#4947ff #fdff47

#4947ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4947ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4947ff Color CSS Codes

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

#4947ff Text Font Color

<p style="color:#4947ff">Text here</p>

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


#4947ff Background Color

<div style="background-color:#4947ff">
Div content here</div>

This div background color is #4947ff


#4947ff Border Color

<div style="border:3px solid #4947ff">
Div here</div>

This div border color is #4947ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,71,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4947ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4947ff;
  -webkit-box-shadow: 1px 1px 3px 2px #4947ff;
  box-shadow:         1px 1px 3px 2px #4947ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4947ff


Comments

No comments written yet.

Please login to write comment.