Color Hex Logo

#414ced Color Hex

#414CED
(65,76,237)
0 Favorites   0 Comments

Color spaces of #414ced

RGB 6576237
HSL0.660.830.59
HSV236°73°93°
CMYK 0.730.680.00   0.07
XYZ20.050512.407181.4588
Yxy12.40710.17600.1089
Hunter Lab35.223739.9666-112.4582
CIE-Lab41.856048.2661-81.8094

#414ced color RGB value is (65,76,237).

#414ced hex color red value is 65, green value is 76 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #414ced hue: 0.66 , saturation: 0.83 and the lightness value of 414ced is 0.59.

The process color (four color CMYK) of #414ced color hex is 0.73, 0.68, 0.00, 0.07. Web safe color of #414ced is #3333ff. Color #414ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01001100 11101101
Octal 101 114 355
Decimal 65 76 237
Hex 41 4C ED

RGB Percentages of Color #414ced

%17.20
%20.11
%62.70

CMYK Percentages of Color #414ced

%73
%68
%0
%7

Triadic Colors of #414ced

#414ced #ed414c #4ced41

Analogous Colors of #414ced

#414ced #8c41ed #41a2ed

Monochromatic Colors of #414ced

#414ced

Complementary Color

#414ced #ede241

#414ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#414ced Color CSS Codes

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

#414ced Text Font Color

<p style="color:#414ced">Text here</p>

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


#414ced Background Color

<div style="background-color:#414ced">
Div content here</div>

This div background color is #414ced


#414ced Border Color

<div style="border:3px solid #414ced">
Div here</div>

This div border color is #414ced


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,76,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #414ced; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #414ced;
  -webkit-box-shadow: 1px 1px 3px 2px #414ced;
  box-shadow:         1px 1px 3px 2px #414ced; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414ced


Comments

No comments written yet.

Please login to write comment.