Color Hex Logo

#473edd Color Hex

#473EDD
(71,62,221)
0 Favorites   0 Comments

Color spaces of #473edd

RGB 7162221
HSL0.680.700.55
HSV243°72°87°
CMYK 0.680.720.00   0.13
XYZ17.372310.005369.4222
Yxy10.00530.17950.1034
Hunter Lab31.631242.6803-107.9844
CIE-Lab37.851951.6342-79.2896

#473edd color RGB value is (71,62,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111110 11011101
Octal 107 76 335
Decimal 71 62 221
Hex 47 3E DD

RGB Percentages of Color #473edd

%20.06
%17.51
%62.43

CMYK Percentages of Color #473edd

%68
%72
%0
%13

Triadic Colors of #473edd

#473edd #dd473e #3edd47

Analogous Colors of #473edd

#473edd #973edd #3e85dd

Monochromatic Colors of #473edd

#473edd

Complementary Color

#473edd #d4dd3e

#473edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#473edd Color CSS Codes

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

#473edd Text Font Color

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

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


#473edd Background Color

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

This div background color is #473edd


#473edd Border Color

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

This div border color is #473edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473edd


Comments

No comments written yet.

Please login to write comment.