Color Hex Logo

#471aec Color Hex

#471AEC
(71,26,236)
0 Favorites   0 Comments

Color spaces of #471aec

RGB 7126236
HSL0.700.850.51
HSV253°89°93°
CMYK 0.700.890.00   0.07
XYZ18.10828.134579.9726
Yxy8.13450.17050.0766
Hunter Lab28.521063.4190-146.2836
CIE-Lab34.261471.0619-93.7924

#471aec color RGB value is (71,26,236).

#471aec hex color red value is 71, green value is 26 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #471aec hue: 0.70 , saturation: 0.85 and the lightness value of 471aec is 0.51.

The process color (four color CMYK) of #471aec color hex is 0.70, 0.89, 0.00, 0.07. Web safe color of #471aec is #3333ff. Color #471aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00011010 11101100
Octal 107 32 354
Decimal 71 26 236
Hex 47 1A EC

RGB Percentages of Color #471aec

%21.32
%7.81
%70.87

CMYK Percentages of Color #471aec

%70
%89
%0
%7

Triadic Colors of #471aec

#471aec #ec471a #1aec47

Analogous Colors of #471aec

#471aec #b01aec #1a56ec

Monochromatic Colors of #471aec

#471aec

Complementary Color

#471aec #bfec1a

#471aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#471aec Color CSS Codes

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

#471aec Text Font Color

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

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


#471aec Background Color

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

This div background color is #471aec


#471aec Border Color

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

This div border color is #471aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471aec


Comments

No comments written yet.

Please login to write comment.