Color Hex Logo

#475bdc Color Hex

#475BDC
(71,91,220)
0 Favorites   0 Comments

Color spaces of #475bdc

RGB 7191220
HSL0.640.680.57
HSV232°68°86°
CMYK 0.680.590.00   0.14
XYZ19.257913.989169.3953
Yxy13.98910.18760.1363
Hunter Lab37.402026.4543-83.8247
CIE-Lab44.217334.1131-68.2926

#475bdc color RGB value is (71,91,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011011 11011100
Octal 107 133 334
Decimal 71 91 220
Hex 47 5B DC

RGB Percentages of Color #475bdc

%18.59
%23.82
%57.59

CMYK Percentages of Color #475bdc

%68
%59
%0
%14

Triadic Colors of #475bdc

#475bdc #dc475b #5bdc47

Analogous Colors of #475bdc

#475bdc #7e47dc #47a6dc

Monochromatic Colors of #475bdc

#475bdc

Complementary Color

#475bdc #dcc847

#475bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#475bdc Color CSS Codes

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

#475bdc Text Font Color

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

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


#475bdc Background Color

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

This div background color is #475bdc


#475bdc Border Color

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

This div border color is #475bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475bdc


Comments

No comments written yet.

Please login to write comment.