Color Hex Logo

#410295 Color Hex

#410295
(65,2,149)
0 Favorites   0 Comments

Color spaces of #410295

RGB 652149
HSL0.740.970.30
HSV266°99°58°
CMYK 0.560.990.00   0.42
XYZ7.62653.337228.6759
Yxy3.33720.19240.0842
Hunter Lab18.268042.5509-80.2819
CIE-Lab21.346754.6809-63.8075

#410295 color RGB value is (65,2,149).

#410295 hex color red value is 65, green value is 2 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #410295 hue: 0.74 , saturation: 0.97 and the lightness value of 410295 is 0.30.

The process color (four color CMYK) of #410295 color hex is 0.56, 0.99, 0.00, 0.42. Web safe color of #410295 is #330099. Color #410295 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00000010 10010101
Octal 101 2 225
Decimal 65 2 149
Hex 41 2 95

RGB Percentages of Color #410295

%30.09
%0.93
%68.98

CMYK Percentages of Color #410295

%56
%99
%0
%42

Triadic Colors of #410295

#410295 #954102 #029541

Analogous Colors of #410295

#410295 #8b0295 #020d95

Monochromatic Colors of #410295

#410295

Complementary Color

#410295 #569502

#410295 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#410295 Color Preview on White Background

Lorem ipsum dolor sit amet.

#410295 Color CSS Codes

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

#410295 Text Font Color

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

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


#410295 Background Color

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

This div background color is #410295


#410295 Border Color

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

This div border color is #410295


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #410295


Comments

No comments written yet.

Please login to write comment.