Color Hex Logo

#472fe9 Color Hex

#472FE9
(71,47,233)
0 Favorites   0 Comments

Color spaces of #472fe9

RGB 7147233
HSL0.690.810.55
HSV248°80°91°
CMYK 0.700.800.00   0.09
XYZ18.32309.255877.9116
Yxy9.25580.17370.0877
Hunter Lab30.423354.2639-130.5403
CIE-Lab36.472262.6659-88.4171

#472fe9 color RGB value is (71,47,233).

#472fe9 hex color red value is 71, green value is 47 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #472fe9 hue: 0.69 , saturation: 0.81 and the lightness value of 472fe9 is 0.55.

The process color (four color CMYK) of #472fe9 color hex is 0.70, 0.80, 0.00, 0.09. Web safe color of #472fe9 is #3333ff. Color #472fe9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00101111 11101001
Octal 107 57 351
Decimal 71 47 233
Hex 47 2F E9

RGB Percentages of Color #472fe9

%20.23
%13.39
%66.38

CMYK Percentages of Color #472fe9

%70
%80
%0
%9

Triadic Colors of #472fe9

#472fe9 #e9472f #2fe947

Analogous Colors of #472fe9

#472fe9 #a42fe9 #2f74e9

Monochromatic Colors of #472fe9

#472fe9

Complementary Color

#472fe9 #d1e92f

#472fe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472fe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#472fe9 Color CSS Codes

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

#472fe9 Text Font Color

<p style="color:#472fe9">Text here</p>

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


#472fe9 Background Color

<div style="background-color:#472fe9">
Div content here</div>

This div background color is #472fe9


#472fe9 Border Color

<div style="border:3px solid #472fe9">
Div here</div>

This div border color is #472fe9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,47,233, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #472fe9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #472fe9;
  -webkit-box-shadow: 1px 1px 3px 2px #472fe9;
  box-shadow:         1px 1px 3px 2px #472fe9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472fe9


Comments

No comments written yet.

Please login to write comment.