Color Hex Logo

#473dff Color Hex

#473DFF
(71,61,255)
0 Favorites   0 Comments

Color spaces of #473dff

RGB 7161255
HSL0.681.000.62
HSV243°76°100°
CMYK 0.720.760.00   0.00
XYZ22.317311.897195.7279
Yxy11.89710.17170.0916
Hunter Lab34.492255.1327-140.4061
CIE-Lab41.052162.5497-93.2316

#473dff color RGB value is (71,61,255).

#473dff hex color red value is 71, green value is 61 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #473dff hue: 0.68 , saturation: 1.00 and the lightness value of 473dff is 0.62.

The process color (four color CMYK) of #473dff color hex is 0.72, 0.76, 0.00, 0.00. Web safe color of #473dff is #3333ff. Color #473dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111101 11111111
Octal 107 75 377
Decimal 71 61 255
Hex 47 3D FF

RGB Percentages of Color #473dff

%18.35
%15.76
%65.89

CMYK Percentages of Color #473dff

%72
%76
%0
%0

Triadic Colors of #473dff

#473dff #ff473d #3dff47

Analogous Colors of #473dff

#473dff #a83dff #3d94ff

Monochromatic Colors of #473dff

#473dff

Complementary Color

#473dff #f5ff3d

#473dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#473dff Color CSS Codes

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

#473dff Text Font Color

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

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


#473dff Background Color

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

This div background color is #473dff


#473dff Border Color

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

This div border color is #473dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473dff


Comments

No comments written yet.

Please login to write comment.