Color Hex Logo

#410388 Color Hex

#410388
(65,3,136)
0 Favorites   0 Comments

Color spaces of #410388

RGB 653136
HSL0.740.960.27
HSV268°98°53°
CMYK 0.520.980.00   0.47
XYZ6.65652.966523.5143
Yxy2.96650.20090.0895
Hunter Lab17.223538.8450-68.8888
CIE-Lab19.909251.3162-58.0800

#410388 color RGB value is (65,3,136).

#410388 hex color red value is 65, green value is 3 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #410388 hue: 0.74 , saturation: 0.96 and the lightness value of 410388 is 0.27.

The process color (four color CMYK) of #410388 color hex is 0.52, 0.98, 0.00, 0.47. Web safe color of #410388 is #330099. Color #410388 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00000011 10001000
Octal 101 3 210
Decimal 65 3 136
Hex 41 3 88

RGB Percentages of Color #410388

%31.86
%1.47
%66.67

CMYK Percentages of Color #410388

%52
%98
%0
%47

Triadic Colors of #410388

#410388 #884103 #038841

Analogous Colors of #410388

#410388 #840388 #030788

Monochromatic Colors of #410388

#410388

Complementary Color

#410388 #4a8803

#410388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#410388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#410388 Color CSS Codes

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

#410388 Text Font Color

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

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


#410388 Background Color

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

This div background color is #410388


#410388 Border Color

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

This div border color is #410388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #410388


Comments

No comments written yet.

Please login to write comment.