Color Hex Logo

#471edd Color Hex

#471EDD
(71,30,221)
0 Favorites   0 Comments

Color spaces of #471edd

RGB 7130221
HSL0.700.760.49
HSV253°86°87°
CMYK 0.680.860.00   0.13
XYZ16.11407.488669.0028
Yxy7.48860.17400.0809
Hunter Lab27.365357.2200-130.3466
CIE-Lab32.894365.9800-87.4899

#471edd color RGB value is (71,30,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00011110 11011101
Octal 107 36 335
Decimal 71 30 221
Hex 47 1E DD

RGB Percentages of Color #471edd

%22.05
%9.32
%68.63

CMYK Percentages of Color #471edd

%68
%86
%0
%13

Triadic Colors of #471edd

#471edd #dd471e #1edd47

Analogous Colors of #471edd

#471edd #a71edd #1e55dd

Monochromatic Colors of #471edd

#471edd

Complementary Color

#471edd #b4dd1e

#471edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#471edd Color CSS Codes

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

#471edd Text Font Color

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

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


#471edd Background Color

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

This div background color is #471edd


#471edd Border Color

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

This div border color is #471edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471edd


Comments

No comments written yet.

Please login to write comment.