Color Hex Logo

#476cee Color Hex

#476CEE
(71,108,238)
0 Favorites   0 Comments

Color spaces of #476cee

RGB 71108238
HSL0.630.830.61
HSV227°70°93°
CMYK 0.700.550.00   0.07
XYZ23.393718.237883.1762
Yxy18.23780.18740.1461
Hunter Lab42.705723.0452-85.5827
CIE-Lab49.783329.7969-69.4087

#476cee color RGB value is (71,108,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01101100 11101110
Octal 107 154 356
Decimal 71 108 238
Hex 47 6C EE

RGB Percentages of Color #476cee

%17.03
%25.90
%57.07

CMYK Percentages of Color #476cee

%70
%55
%0
%7

Triadic Colors of #476cee

#476cee #ee476c #6cee47

Analogous Colors of #476cee

#476cee #7647ee #47c0ee

Monochromatic Colors of #476cee

#476cee

Complementary Color

#476cee #eec947

#476cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#476cee Color CSS Codes

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

#476cee Text Font Color

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

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


#476cee Background Color

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

This div background color is #476cee


#476cee Border Color

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

This div border color is #476cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476cee


Comments

No comments written yet.

Please login to write comment.