Color Hex Logo

#474dee Color Hex

#474DEE
(71,77,238)
0 Favorites   0 Comments

Color spaces of #474dee

RGB 7177238
HSL0.660.830.61
HSV238°70°93°
CMYK 0.700.680.00   0.07
XYZ20.685012.820482.2733
Yxy12.82040.17870.1107
Hunter Lab35.805640.4602-111.1714
CIE-Lab42.491448.6344-81.3170

#474dee color RGB value is (71,77,238).

#474dee hex color red value is 71, green value is 77 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #474dee hue: 0.66 , saturation: 0.83 and the lightness value of 474dee is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001101 11101110
Octal 107 115 356
Decimal 71 77 238
Hex 47 4D EE

RGB Percentages of Color #474dee

%18.39
%19.95
%61.66

CMYK Percentages of Color #474dee

%70
%68
%0
%7

Triadic Colors of #474dee

#474dee #ee474d #4dee47

Analogous Colors of #474dee

#474dee #9547ee #47a1ee

Monochromatic Colors of #474dee

#474dee

Complementary Color

#474dee #eee847

#474dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#474dee Color CSS Codes

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

#474dee Text Font Color

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

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


#474dee Background Color

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

This div background color is #474dee


#474dee Border Color

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

This div border color is #474dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474dee


Comments

No comments written yet.

Please login to write comment.