Color Hex Logo

#413edd Color Hex

#413EDD
(65,62,221)
0 Favorites   0 Comments

Color spaces of #413edd

RGB 6562221
HSL0.670.700.55
HSV241°72°87°
CMYK 0.710.720.00   0.13
XYZ16.95379.789569.4026
Yxy9.78950.17630.1018
Hunter Lab31.288241.9671-109.6138
CIE-Lab37.462051.0175-79.9458

#413edd color RGB value is (65,62,221).

#413edd hex color red value is 65, green value is 62 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #413edd hue: 0.67 , saturation: 0.70 and the lightness value of 413edd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111110 11011101
Octal 101 76 335
Decimal 65 62 221
Hex 41 3E DD

RGB Percentages of Color #413edd

%18.68
%17.82
%63.51

CMYK Percentages of Color #413edd

%71
%72
%0
%13

Triadic Colors of #413edd

#413edd #dd413e #3edd41

Analogous Colors of #413edd

#413edd #913edd #3e8bdd

Monochromatic Colors of #413edd

#413edd

Complementary Color

#413edd #dadd3e

#413edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#413edd Color CSS Codes

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

#413edd Text Font Color

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

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


#413edd Background Color

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

This div background color is #413edd


#413edd Border Color

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

This div border color is #413edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413edd


Comments

No comments written yet.

Please login to write comment.