Color Hex Logo

#472cde Color Hex

#472CDE
(71,44,222)
0 Favorites   0 Comments

Color spaces of #472cde

RGB 7144222
HSL0.690.730.52
HSV249°80°87°
CMYK 0.680.800.00   0.13
XYZ16.68408.414969.8521
Yxy8.41490.17570.0886
Hunter Lab29.008451.8982-122.4639
CIE-Lab34.832460.8512-84.8502

#472cde color RGB value is (71,44,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00101100 11011110
Octal 107 54 336
Decimal 71 44 222
Hex 47 2C DE

RGB Percentages of Color #472cde

%21.07
%13.06
%65.88

CMYK Percentages of Color #472cde

%68
%80
%0
%13

Triadic Colors of #472cde

#472cde #de472c #2cde47

Analogous Colors of #472cde

#472cde #a02cde #2c6ade

Monochromatic Colors of #472cde

#472cde

Complementary Color

#472cde #c3de2c

#472cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#472cde Color CSS Codes

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

#472cde Text Font Color

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

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


#472cde Background Color

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

This div background color is #472cde


#472cde Border Color

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

This div border color is #472cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472cde


Comments

No comments written yet.

Please login to write comment.