Color Hex Logo

#472be0 Color Hex

#472BE0
(71,43,224)
0 Favorites   0 Comments

Color spaces of #472be0

RGB 7143224
HSL0.690.740.52
HSV249°81°88°
CMYK 0.680.810.00   0.12
XYZ16.91708.449271.2602
Yxy8.44920.17510.0874
Hunter Lab29.067553.0171-125.0046
CIE-Lab34.901461.8511-85.8826

#472be0 color RGB value is (71,43,224).

#472be0 hex color red value is 71, green value is 43 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #472be0 hue: 0.69 , saturation: 0.74 and the lightness value of 472be0 is 0.52.

The process color (four color CMYK) of #472be0 color hex is 0.68, 0.81, 0.00, 0.12. Web safe color of #472be0 is #3333cc. Color #472be0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00101011 11100000
Octal 107 53 340
Decimal 71 43 224
Hex 47 2B E0

RGB Percentages of Color #472be0

%21.01
%12.72
%66.27

CMYK Percentages of Color #472be0

%68
%81
%0
%12

Triadic Colors of #472be0

#472be0 #e0472b #2be047

Analogous Colors of #472be0

#472be0 #a22be0 #2b6ae0

Monochromatic Colors of #472be0

#472be0

Complementary Color

#472be0 #c4e02b

#472be0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472be0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#472be0 Color CSS Codes

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

#472be0 Text Font Color

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

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


#472be0 Background Color

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

This div background color is #472be0


#472be0 Border Color

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

This div border color is #472be0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472be0


Comments

No comments written yet.

Please login to write comment.