Color Hex Logo

#412983 Color Hex

#412983
(65,41,131)
0 Favorites   0 Comments

Color spaces of #412983

RGB 6541131
HSL0.710.520.34
HSV256°69°51°
CMYK 0.500.690.00   0.49
XYZ7.06964.348421.9394
Yxy4.34840.21190.1304
Hunter Lab20.852824.0233-47.7825
CIE-Lab24.791334.4509-46.9216

#412983 color RGB value is (65,41,131).

#412983 hex color red value is 65, green value is 41 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #412983 hue: 0.71 , saturation: 0.52 and the lightness value of 412983 is 0.34.

The process color (four color CMYK) of #412983 color hex is 0.50, 0.69, 0.00, 0.49. Web safe color of #412983 is #333399. Color #412983 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00101001 10000011
Octal 101 51 203
Decimal 65 41 131
Hex 41 29 83

RGB Percentages of Color #412983

%27.43
%17.30
%55.27

CMYK Percentages of Color #412983

%50
%69
%0
%49

Triadic Colors of #412983

#412983 #834129 #298341

Analogous Colors of #412983

#412983 #6e2983 #293e83

Monochromatic Colors of #412983

#412983

Complementary Color

#412983 #6b8329

#412983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#412983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#412983 Color CSS Codes

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

#412983 Text Font Color

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

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


#412983 Background Color

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

This div background color is #412983


#412983 Border Color

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

This div border color is #412983


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #412983


Comments

No comments written yet.

Please login to write comment.