Color Hex Logo

#412350 Color Hex

#412350
(65,35,80)
0 Favorites   0 Comments

Color spaces of #412350

RGB 653580
HSL0.780.390.23
HSV280°56°31°
CMYK 0.190.560.00   0.69
XYZ4.22902.90517.9273
Yxy2.90510.28080.1929
Hunter Lab17.044414.4613-15.6446
CIE-Lab19.659823.4694-22.0302

#412350 color RGB value is (65,35,80).

#412350 hex color red value is 65, green value is 35 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #412350 hue: 0.78 , saturation: 0.39 and the lightness value of 412350 is 0.23.

The process color (four color CMYK) of #412350 color hex is 0.19, 0.56, 0.00, 0.69. Web safe color of #412350 is #333366. Color #412350 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00100011 01010000
Octal 101 43 120
Decimal 65 35 80
Hex 41 23 50

RGB Percentages of Color #412350

%36.11
%19.44
%44.44

CMYK Percentages of Color #412350

%19
%56
%0
%69

Triadic Colors of #412350

#412350 #504123 #235041

Analogous Colors of #412350

#412350 #502349 #2b2350

Monochromatic Colors of #412350

#412350

Complementary Color

#412350 #325023

#412350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#412350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#412350 Color CSS Codes

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

#412350 Text Font Color

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

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


#412350 Background Color

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

This div background color is #412350


#412350 Border Color

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

This div border color is #412350


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #412350


Comments

No comments written yet.

Please login to write comment.