Color Hex Logo

#472fdc Color Hex

#472FDC
(71,47,220)
0 Favorites   0 Comments

Color spaces of #472fdc

RGB 7147220
HSL0.690.710.52
HSV248°79°86°
CMYK 0.680.790.00   0.14
XYZ16.53338.539968.4871
Yxy8.53990.17670.0913
Hunter Lab29.223149.8479-118.4955
CIE-Lab35.082958.9261-83.2874

#472fdc color RGB value is (71,47,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00101111 11011100
Octal 107 57 334
Decimal 71 47 220
Hex 47 2F DC

RGB Percentages of Color #472fdc

%21.01
%13.91
%65.09

CMYK Percentages of Color #472fdc

%68
%79
%0
%14

Triadic Colors of #472fdc

#472fdc #dc472f #2fdc47

Analogous Colors of #472fdc

#472fdc #9e2fdc #2f6edc

Monochromatic Colors of #472fdc

#472fdc

Complementary Color

#472fdc #c4dc2f

#472fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#472fdc Color CSS Codes

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

#472fdc Text Font Color

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

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


#472fdc Background Color

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

This div background color is #472fdc


#472fdc Border Color

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

This div border color is #472fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472fdc


Comments

No comments written yet.

Please login to write comment.