Color Hex Logo

#470251 Color Hex

#470251
(71,2,81)
0 Favorites   0 Comments

Color spaces of #470251

RGB 71281
HSL0.810.950.16
HSV292°98°32°
CMYK 0.120.980.00   0.68
XYZ4.10541.97717.9498
Yxy1.97710.29260.1409
Hunter Lab14.060927.5104-23.6788
CIE-Lab15.366640.2312-29.5111

#470251 color RGB value is (71,2,81).

#470251 hex color red value is 71, green value is 2 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #470251 hue: 0.81 , saturation: 0.95 and the lightness value of 470251 is 0.16.

The process color (four color CMYK) of #470251 color hex is 0.12, 0.98, 0.00, 0.68. Web safe color of #470251 is #330066. Color #470251 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00000010 01010001
Octal 107 2 121
Decimal 71 2 81
Hex 47 2 51

RGB Percentages of Color #470251

%46.10
%1.30
%52.60

CMYK Percentages of Color #470251

%12
%98
%0
%68

Triadic Colors of #470251

#470251 #514702 #025147

Analogous Colors of #470251

#470251 #510233 #200251

Monochromatic Colors of #470251

#470251

Complementary Color

#470251 #0c5102

#470251 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#470251 Color Preview on White Background

Lorem ipsum dolor sit amet.

#470251 Color CSS Codes

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

#470251 Text Font Color

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

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


#470251 Background Color

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

This div background color is #470251


#470251 Border Color

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

This div border color is #470251


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #470251


Comments

No comments written yet.

Please login to write comment.