Color Hex Logo

#474eed Color Hex

#474EED
(71,78,237)
0 Favorites   0 Comments

Color spaces of #474eed

RGB 7178237
HSL0.660.820.60
HSV237°70°93°
CMYK 0.700.670.00   0.07
XYZ20.609012.902881.5250
Yxy12.90280.17920.1122
Hunter Lab35.920539.5517-109.4201
CIE-Lab42.616447.7266-80.5474

#474eed color RGB value is (71,78,237).

#474eed hex color red value is 71, green value is 78 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #474eed hue: 0.66 , saturation: 0.82 and the lightness value of 474eed is 0.60.

The process color (four color CMYK) of #474eed color hex is 0.70, 0.67, 0.00, 0.07. Web safe color of #474eed is #3366ff. Color #474eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001110 11101101
Octal 107 116 355
Decimal 71 78 237
Hex 47 4E ED

RGB Percentages of Color #474eed

%18.39
%20.21
%61.40

CMYK Percentages of Color #474eed

%70
%67
%0
%7

Triadic Colors of #474eed

#474eed #ed474e #4eed47

Analogous Colors of #474eed

#474eed #9347ed #47a1ed

Monochromatic Colors of #474eed

#474eed

Complementary Color

#474eed #ede647

#474eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#474eed Color CSS Codes

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

#474eed Text Font Color

<p style="color:#474eed">Text here</p>

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


#474eed Background Color

<div style="background-color:#474eed">
Div content here</div>

This div background color is #474eed


#474eed Border Color

<div style="border:3px solid #474eed">
Div here</div>

This div border color is #474eed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,78,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #474eed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #474eed;
  -webkit-box-shadow: 1px 1px 3px 2px #474eed;
  box-shadow:         1px 1px 3px 2px #474eed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474eed


Comments

No comments written yet.

Please login to write comment.