Color Hex Logo

#473bdc Color Hex

#473BDC
(71,59,220)
0 Favorites   0 Comments

Color spaces of #473bdc

RGB 7159220
HSL0.680.700.55
HSV244°73°86°
CMYK 0.680.730.00   0.14
XYZ17.08089.634868.6696
Yxy9.63480.17910.1010
Hunter Lab31.040043.9057-109.4390
CIE-Lab37.178852.9394-79.8258

#473bdc color RGB value is (71,59,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111011 11011100
Octal 107 73 334
Decimal 71 59 220
Hex 47 3B DC

RGB Percentages of Color #473bdc

%20.29
%16.86
%62.86

CMYK Percentages of Color #473bdc

%68
%73
%0
%14

Triadic Colors of #473bdc

#473bdc #dc473b #3bdc47

Analogous Colors of #473bdc

#473bdc #983bdc #3b80dc

Monochromatic Colors of #473bdc

#473bdc

Complementary Color

#473bdc #d0dc3b

#473bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#473bdc Color CSS Codes

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

#473bdc Text Font Color

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

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


#473bdc Background Color

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

This div background color is #473bdc


#473bdc Border Color

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

This div border color is #473bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473bdc


Comments

No comments written yet.

Please login to write comment.