Color Hex Logo

#410977 Color Hex

#410977
(65,9,119)
0 Favorites   0 Comments

Color spaces of #410977

RGB 659119
HSL0.750.860.25
HSV271°92°47°
CMYK 0.450.920.00   0.53
XYZ5.60742.651117.6689
Yxy2.65110.21630.1023
Hunter Lab16.282232.9795-52.9420
CIE-Lab18.588645.5566-49.4531

#410977 color RGB value is (65,9,119).

#410977 hex color red value is 65, green value is 9 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #410977 hue: 0.75 , saturation: 0.86 and the lightness value of 410977 is 0.25.

The process color (four color CMYK) of #410977 color hex is 0.45, 0.92, 0.00, 0.53. Web safe color of #410977 is #330066. Color #410977 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00001001 01110111
Octal 101 11 167
Decimal 65 9 119
Hex 41 9 77

RGB Percentages of Color #410977

%33.68
%4.66
%61.66

CMYK Percentages of Color #410977

%45
%92
%0
%53

Triadic Colors of #410977

#410977 #774109 #097741

Analogous Colors of #410977

#410977 #770976 #0a0977

Monochromatic Colors of #410977

#410977

Complementary Color

#410977 #3f7709

#410977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#410977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#410977 Color CSS Codes

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

#410977 Text Font Color

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

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


#410977 Background Color

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

This div background color is #410977


#410977 Border Color

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

This div border color is #410977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #410977


Comments

No comments written yet.

Please login to write comment.