Color Hex Logo

#413484 Color Hex

#413484
(65,52,132)
0 Favorites   0 Comments

Color spaces of #413484

RGB 6552132
HSL0.690.430.36
HSV250°61°52°
CMYK 0.510.610.00   0.48
XYZ7.57285.245722.4432
Yxy5.24570.21480.1488
Hunter Lab22.903518.9380-42.0660
CIE-Lab27.423627.9800-43.2739

#413484 color RGB value is (65,52,132).

#413484 hex color red value is 65, green value is 52 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #413484 hue: 0.69 , saturation: 0.43 and the lightness value of 413484 is 0.36.

The process color (four color CMYK) of #413484 color hex is 0.51, 0.61, 0.00, 0.48. Web safe color of #413484 is #333399. Color #413484 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00110100 10000100
Octal 101 64 204
Decimal 65 52 132
Hex 41 34 84

RGB Percentages of Color #413484

%26.10
%20.88
%53.01

CMYK Percentages of Color #413484

%51
%61
%0
%48

Triadic Colors of #413484

#413484 #844134 #348441

Analogous Colors of #413484

#413484 #693484 #344f84

Monochromatic Colors of #413484

#413484

Complementary Color

#413484 #778434

#413484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#413484 Color CSS Codes

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

#413484 Text Font Color

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

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


#413484 Background Color

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

This div background color is #413484


#413484 Border Color

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

This div border color is #413484


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413484


Comments

No comments written yet.

Please login to write comment.