Color Hex Logo

#472ded Color Hex

#472DED
(71,45,237)
0 Favorites   0 Comments

Color spaces of #472ded

RGB 7145237
HSL0.690.840.55
HSV248°81°93°
CMYK 0.700.810.00   0.07
XYZ18.82309.330880.9297
Yxy9.33080.17260.0855
Hunter Lab30.546456.5375-135.7008
CIE-Lab36.613664.6604-90.4541

#472ded color RGB value is (71,45,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00101101 11101101
Octal 107 55 355
Decimal 71 45 237
Hex 47 2D ED

RGB Percentages of Color #472ded

%20.11
%12.75
%67.14

CMYK Percentages of Color #472ded

%70
%81
%0
%7

Triadic Colors of #472ded

#472ded #ed472d #2ded47

Analogous Colors of #472ded

#472ded #a72ded #2d73ed

Monochromatic Colors of #472ded

#472ded

Complementary Color

#472ded #d3ed2d

#472ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#472ded Color CSS Codes

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

#472ded Text Font Color

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

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


#472ded Background Color

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

This div background color is #472ded


#472ded Border Color

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

This div border color is #472ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472ded


Comments

No comments written yet.

Please login to write comment.