Color Hex Logo

#412cca Color Hex

#412CCA
(65,44,202)
0 Favorites   0 Comments

Color spaces of #412cca

RGB 6544202
HSL0.690.640.48
HSV248°78°79°
CMYK 0.680.780.00   0.21
XYZ13.74137.189456.5406
Yxy7.18940.17740.0928
Hunter Lab26.813144.5558-106.2555
CIE-Lab32.234354.5155-77.5921

#412cca color RGB value is (65,44,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00101100 11001010
Octal 101 54 312
Decimal 65 44 202
Hex 41 2C CA

RGB Percentages of Color #412cca

%20.90
%14.15
%64.95

CMYK Percentages of Color #412cca

%68
%78
%0
%21

Triadic Colors of #412cca

#412cca #ca412c #2cca41

Analogous Colors of #412cca

#412cca #902cca #2c66ca

Monochromatic Colors of #412cca

#412cca

Complementary Color

#412cca #b5ca2c

#412cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#412cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#412cca Color CSS Codes

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

#412cca Text Font Color

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

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


#412cca Background Color

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

This div background color is #412cca


#412cca Border Color

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

This div border color is #412cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #412cca


Comments

No comments written yet.

Please login to write comment.