Color Hex Logo

#475fdc Color Hex

#475FDC
(71,95,220)
0 Favorites   0 Comments

Color spaces of #475fdc

RGB 7195220
HSL0.640.680.57
HSV230°68°86°
CMYK 0.680.570.00   0.14
XYZ19.609014.691369.5123
Yxy14.69130.18890.1415
Hunter Lab38.329224.2434-80.6954
CIE-Lab45.208531.6148-66.6804

#475fdc color RGB value is (71,95,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011111 11011100
Octal 107 137 334
Decimal 71 95 220
Hex 47 5F DC

RGB Percentages of Color #475fdc

%18.39
%24.61
%56.99

CMYK Percentages of Color #475fdc

%68
%57
%0
%14

Triadic Colors of #475fdc

#475fdc #dc475f #5fdc47

Analogous Colors of #475fdc

#475fdc #7a47dc #47aadc

Monochromatic Colors of #475fdc

#475fdc

Complementary Color

#475fdc #dcc447

#475fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#475fdc Color CSS Codes

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

#475fdc Text Font Color

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

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


#475fdc Background Color

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

This div background color is #475fdc


#475fdc Border Color

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

This div border color is #475fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475fdc


Comments

No comments written yet.

Please login to write comment.