Color Hex Logo

#414fce Color Hex

#414FCE
(65,79,206)
0 Favorites   0 Comments

Color spaces of #414fce

RGB 6579206
HSL0.650.590.53
HSV234°68°81°
CMYK 0.680.620.00   0.19
XYZ16.116511.172059.6995
Yxy11.17200.18530.1284
Hunter Lab33.424527.5754-82.5006
CIE-Lab39.868735.9324-67.3690

#414fce color RGB value is (65,79,206).

#414fce hex color red value is 65, green value is 79 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #414fce hue: 0.65 , saturation: 0.59 and the lightness value of 414fce is 0.53.

The process color (four color CMYK) of #414fce color hex is 0.68, 0.62, 0.00, 0.19. Web safe color of #414fce is #3366cc. Color #414fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01001111 11001110
Octal 101 117 316
Decimal 65 79 206
Hex 41 4F CE

RGB Percentages of Color #414fce

%18.57
%22.57
%58.86

CMYK Percentages of Color #414fce

%68
%62
%0
%19

Triadic Colors of #414fce

#414fce #ce414f #4fce41

Analogous Colors of #414fce

#414fce #7a41ce #4196ce

Monochromatic Colors of #414fce

#414fce

Complementary Color

#414fce #cec041

#414fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#414fce Color CSS Codes

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

#414fce Text Font Color

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

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


#414fce Background Color

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

This div background color is #414fce


#414fce Border Color

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

This div border color is #414fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414fce


Comments

No comments written yet.

Please login to write comment.