Color Hex Logo

#471aee Color Hex

#471AEE
(71,26,238)
0 Favorites   0 Comments

Color spaces of #471aee

RGB 7126238
HSL0.700.860.52
HSV253°89°93°
CMYK 0.700.890.00   0.07
XYZ18.40058.251481.5118
Yxy8.25140.17010.0763
Hunter Lab28.725364.0723-148.1358
CIE-Lab34.501171.5688-94.5296

#471aee color RGB value is (71,26,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00011010 11101110
Octal 107 32 356
Decimal 71 26 238
Hex 47 1A EE

RGB Percentages of Color #471aee

%21.19
%7.76
%71.04

CMYK Percentages of Color #471aee

%70
%89
%0
%7

Triadic Colors of #471aee

#471aee #ee471a #1aee47

Analogous Colors of #471aee

#471aee #b11aee #1a57ee

Monochromatic Colors of #471aee

#471aee

Complementary Color

#471aee #c1ee1a

#471aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#471aee Color CSS Codes

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

#471aee Text Font Color

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

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


#471aee Background Color

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

This div background color is #471aee


#471aee Border Color

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

This div border color is #471aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471aee


Comments

No comments written yet.

Please login to write comment.