Color Hex Logo

#413dce Color Hex

#413DCE
(65,61,206)
0 Favorites   0 Comments

Color spaces of #413dce

RGB 6561206
HSL0.670.600.52
HSV242°70°81°
CMYK 0.680.700.00   0.19
XYZ14.98938.917559.3238
Yxy8.91750.18010.1071
Hunter Lab29.862237.3391-96.8812
CIE-Lab35.825046.7537-73.9968

#413dce color RGB value is (65,61,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111101 11001110
Octal 101 75 316
Decimal 65 61 206
Hex 41 3D CE

RGB Percentages of Color #413dce

%19.58
%18.37
%62.05

CMYK Percentages of Color #413dce

%68
%70
%0
%19

Triadic Colors of #413dce

#413dce #ce413d #3dce41

Analogous Colors of #413dce

#413dce #8a3dce #3d82ce

Monochromatic Colors of #413dce

#413dce

Complementary Color

#413dce #cace3d

#413dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#413dce Color CSS Codes

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

#413dce Text Font Color

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

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


#413dce Background Color

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

This div background color is #413dce


#413dce Border Color

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

This div border color is #413dce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,61,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 #413dce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413dce


Comments

No comments written yet.

Please login to write comment.