Color Hex Logo

#477efd Color Hex

#477EFD
(71,126,253)
0 Favorites   0 Comments

Color spaces of #477efd

RGB 71126253
HSL0.620.980.64
HSV222°72°99°
CMYK 0.720.500.00   0.01
XYZ27.789023.353295.9715
Yxy23.35320.18890.1587
Hunter Lab48.325118.0760-83.9196
CIE-Lab55.434323.9484-68.5971

#477efd color RGB value is (71,126,253).

#477efd hex color red value is 71, green value is 126 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #477efd hue: 0.62 , saturation: 0.98 and the lightness value of 477efd is 0.64.

The process color (four color CMYK) of #477efd color hex is 0.72, 0.50, 0.00, 0.01. Web safe color of #477efd is #3366ff. Color #477efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111110 11111101
Octal 107 176 375
Decimal 71 126 253
Hex 47 7E FD

RGB Percentages of Color #477efd

%15.78
%28.00
%56.22

CMYK Percentages of Color #477efd

%72
%50
%0
%1

Triadic Colors of #477efd

#477efd #fd477e #7efd47

Analogous Colors of #477efd

#477efd #6b47fd #47d9fd

Monochromatic Colors of #477efd

#477efd

Complementary Color

#477efd #fdc647

#477efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#477efd Color CSS Codes

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

#477efd Text Font Color

<p style="color:#477efd">Text here</p>

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


#477efd Background Color

<div style="background-color:#477efd">
Div content here</div>

This div background color is #477efd


#477efd Border Color

<div style="border:3px solid #477efd">
Div here</div>

This div border color is #477efd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,126,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #477efd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #477efd;
  -webkit-box-shadow: 1px 1px 3px 2px #477efd;
  box-shadow:         1px 1px 3px 2px #477efd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477efd

Related Colors

#477efd Color Palettes


Comments

No comments written yet.

Please login to write comment.