Color Hex Logo

#410047 Color Hex

#410047
(65,0,71)
0 Favorites   0 Comments

Color spaces of #410047

RGB 65071
HSL0.821.000.14
HSV295°100°28°
CMYK 0.081.000.00   0.72
XYZ3.31731.57876.0911
Yxy1.57870.30190.1437
Hunter Lab12.564625.1393-19.9474
CIE-Lab13.099937.9695-26.3185

#410047 color RGB value is (65,0,71).

#410047 hex color red value is 65, green value is 0 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #410047 hue: 0.82 , saturation: 1.00 and the lightness value of 410047 is 0.14.

The process color (four color CMYK) of #410047 color hex is 0.08, 1.00, 0.00, 0.72. Web safe color of #410047 is #330033. Color #410047 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00000000 01000111
Octal 101 0 107
Decimal 65 0 71
Hex 41 0 47

RGB Percentages of Color #410047

%47.79
%0.00
%52.21

CMYK Percentages of Color #410047

%8
%100
%0
%72

Triadic Colors of #410047

#410047 #474100 #004741

Analogous Colors of #410047

#410047 #47002a #1d0047

Monochromatic Colors of #410047

#410047

Complementary Color

#410047 #064700

#410047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#410047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#410047 Color CSS Codes

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

#410047 Text Font Color

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

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


#410047 Background Color

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

This div background color is #410047


#410047 Border Color

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

This div border color is #410047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #410047


Comments

No comments written yet.

Please login to write comment.