Color Hex Logo

#413cce Color Hex

#413CCE
(65,60,206)
0 Favorites   0 Comments

Color spaces of #413cce

RGB 6560206
HSL0.670.600.52
HSV242°71°81°
CMYK 0.680.710.00   0.19
XYZ14.93648.811859.3061
Yxy8.81180.17980.1061
Hunter Lab29.684737.8674-97.6744
CIE-Lab35.619447.3216-74.3350

#413cce color RGB value is (65,60,206).

#413cce hex color red value is 65, green value is 60 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #413cce hue: 0.67 , saturation: 0.60 and the lightness value of 413cce is 0.52.

The process color (four color CMYK) of #413cce color hex is 0.68, 0.71, 0.00, 0.19. Web safe color of #413cce is #3333cc. Color #413cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111100 11001110
Octal 101 74 316
Decimal 65 60 206
Hex 41 3C CE

RGB Percentages of Color #413cce

%19.64
%18.13
%62.24

CMYK Percentages of Color #413cce

%68
%71
%0
%19

Triadic Colors of #413cce

#413cce #ce413c #3cce41

Analogous Colors of #413cce

#413cce #8a3cce #3c80ce

Monochromatic Colors of #413cce

#413cce

Complementary Color

#413cce #c9ce3c

#413cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#413cce Color CSS Codes

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

#413cce Text Font Color

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

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


#413cce Background Color

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

This div background color is #413cce


#413cce Border Color

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

This div border color is #413cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413cce


Comments

No comments written yet.

Please login to write comment.