Color Hex Logo

#475fde Color Hex

#475FDE
(71,95,222)
0 Favorites   0 Comments

Color spaces of #475fde

RGB 7195222
HSL0.640.700.57
HSV230°68°87°
CMYK 0.680.570.00   0.13
XYZ19.875614.797970.9160
Yxy14.79790.18820.1401
Hunter Lab38.468024.9080-82.3738
CIE-Lab45.356132.3111-67.5772

#475fde color RGB value is (71,95,222).

#475fde hex color red value is 71, green value is 95 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #475fde hue: 0.64 , saturation: 0.70 and the lightness value of 475fde is 0.57.

The process color (four color CMYK) of #475fde color hex is 0.68, 0.57, 0.00, 0.13. Web safe color of #475fde is #3366cc. Color #475fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011111 11011110
Octal 107 137 336
Decimal 71 95 222
Hex 47 5F DE

RGB Percentages of Color #475fde

%18.30
%24.48
%57.22

CMYK Percentages of Color #475fde

%68
%57
%0
%13

Triadic Colors of #475fde

#475fde #de475f #5fde47

Analogous Colors of #475fde

#475fde #7b47de #47abde

Monochromatic Colors of #475fde

#475fde

Complementary Color

#475fde #dec647

#475fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#475fde Color CSS Codes

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

#475fde Text Font Color

<p style="color:#475fde">Text here</p>

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


#475fde Background Color

<div style="background-color:#475fde">
Div content here</div>

This div background color is #475fde


#475fde Border Color

<div style="border:3px solid #475fde">
Div here</div>

This div border color is #475fde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,95,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #475fde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #475fde;
  -webkit-box-shadow: 1px 1px 3px 2px #475fde;
  box-shadow:         1px 1px 3px 2px #475fde; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475fde


Comments

No comments written yet.

Please login to write comment.