Color Hex Logo

#412abd Color Hex

#412ABD
(65,42,189)
0 Favorites   0 Comments

Color spaces of #412abd

RGB 6542189
HSL0.690.640.45
HSV249°78°74°
CMYK 0.660.780.00   0.26
XYZ12.19326.453948.7472
Yxy6.45390.18090.0958
Hunter Lab25.404541.2152-95.9848
CIE-Lab30.529951.6119-72.7767

#412abd color RGB value is (65,42,189).

#412abd hex color red value is 65, green value is 42 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #412abd hue: 0.69 , saturation: 0.64 and the lightness value of 412abd is 0.45.

The process color (four color CMYK) of #412abd color hex is 0.66, 0.78, 0.00, 0.26. Web safe color of #412abd is #3333cc. Color #412abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00101010 10111101
Octal 101 52 275
Decimal 65 42 189
Hex 41 2A BD

RGB Percentages of Color #412abd

%21.96
%14.19
%63.85

CMYK Percentages of Color #412abd

%66
%78
%0
%26

Triadic Colors of #412abd

#412abd #bd412a #2abd41

Analogous Colors of #412abd

#412abd #8b2abd #2a5dbd

Monochromatic Colors of #412abd

#412abd

Complementary Color

#412abd #a6bd2a

#412abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#412abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#412abd Color CSS Codes

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

#412abd Text Font Color

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

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


#412abd Background Color

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

This div background color is #412abd


#412abd Border Color

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

This div border color is #412abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #412abd


Comments

No comments written yet.

Please login to write comment.