Color Hex Logo

#472dda Color Hex

#472DDA
(71,45,218)
0 Favorites   0 Comments

Color spaces of #472dda

RGB 7145218
HSL0.690.700.52
HSV249°79°85°
CMYK 0.670.790.00   0.15
XYZ16.19188.278367.0741
Yxy8.27830.17690.0904
Hunter Lab28.772050.1019-118.0779
CIE-Lab34.555959.2627-83.0094

#472dda color RGB value is (71,45,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00101101 11011010
Octal 107 55 332
Decimal 71 45 218
Hex 47 2D DA

RGB Percentages of Color #472dda

%21.26
%13.47
%65.27

CMYK Percentages of Color #472dda

%67
%79
%0
%15

Triadic Colors of #472dda

#472dda #da472d #2dda47

Analogous Colors of #472dda

#472dda #9e2dda #2d6ada

Monochromatic Colors of #472dda

#472dda

Complementary Color

#472dda #c0da2d

#472dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#472dda Color CSS Codes

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

#472dda Text Font Color

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

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


#472dda Background Color

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

This div background color is #472dda


#472dda Border Color

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

This div border color is #472dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472dda


Comments

No comments written yet.

Please login to write comment.