Color Hex Logo

#471265 Color Hex

#471265
(71,18,101)
0 Favorites   0 Comments

Color spaces of #471265

RGB 7118101
HSL0.770.700.23
HSV278°82°40°
CMYK 0.300.820.00   0.60
XYZ5.16382.711812.5632
Yxy2.71180.25260.1327
Hunter Lab16.467527.1548-33.7055
CIE-Lab18.850639.1529-37.2793

#471265 color RGB value is (71,18,101).

#471265 hex color red value is 71, green value is 18 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #471265 hue: 0.77 , saturation: 0.70 and the lightness value of 471265 is 0.23.

The process color (four color CMYK) of #471265 color hex is 0.30, 0.82, 0.00, 0.60. Web safe color of #471265 is #330066. Color #471265 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010010 01100101
Octal 107 22 145
Decimal 71 18 101
Hex 47 12 65

RGB Percentages of Color #471265

%37.37
%9.47
%53.16

CMYK Percentages of Color #471265

%30
%82
%0
%60

Triadic Colors of #471265

#471265 #654712 #126547

Analogous Colors of #471265

#471265 #651259 #1e1265

Monochromatic Colors of #471265

#471265

Complementary Color

#471265 #306512

#471265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#471265 Color CSS Codes

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

#471265 Text Font Color

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

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


#471265 Background Color

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

This div background color is #471265


#471265 Border Color

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

This div border color is #471265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471265


Comments

No comments written yet.

Please login to write comment.