Color Hex Logo

#474cee Color Hex

#474CEE
(71,76,238)
0 Favorites   0 Comments

Color spaces of #474cee

RGB 7176238
HSL0.660.830.61
HSV238°70°93°
CMYK 0.700.680.00   0.07
XYZ20.615612.681582.2501
Yxy12.68150.17840.1098
Hunter Lab35.611141.0159-112.0129
CIE-Lab42.279449.2114-81.6654

#474cee color RGB value is (71,76,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001100 11101110
Octal 107 114 356
Decimal 71 76 238
Hex 47 4C EE

RGB Percentages of Color #474cee

%18.44
%19.74
%61.82

CMYK Percentages of Color #474cee

%70
%68
%0
%7

Triadic Colors of #474cee

#474cee #ee474c #4cee47

Analogous Colors of #474cee

#474cee #9647ee #47a0ee

Monochromatic Colors of #474cee

#474cee

Complementary Color

#474cee #eee947

#474cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#474cee Color CSS Codes

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

#474cee Text Font Color

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

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


#474cee Background Color

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

This div background color is #474cee


#474cee Border Color

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

This div border color is #474cee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,76,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 #474cee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474cee


Comments

No comments written yet.

Please login to write comment.