Color Hex Logo

#413fce Color Hex

#413FCE
(65,63,206)
0 Favorites   0 Comments

Color spaces of #413fce

RGB 6563206
HSL0.670.590.53
HSV241°69°81°
CMYK 0.680.690.00   0.19
XYZ15.09819.135159.3600
Yxy9.13510.18060.1093
Hunter Lab30.224336.2744-95.2874
CIE-Lab36.243145.6033-73.3091

#413fce color RGB value is (65,63,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111111 11001110
Octal 101 77 316
Decimal 65 63 206
Hex 41 3F CE

RGB Percentages of Color #413fce

%19.46
%18.86
%61.68

CMYK Percentages of Color #413fce

%68
%69
%0
%19

Triadic Colors of #413fce

#413fce #ce413f #3fce41

Analogous Colors of #413fce

#413fce #893fce #3f85ce

Monochromatic Colors of #413fce

#413fce

Complementary Color

#413fce #ccce3f

#413fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#413fce Color CSS Codes

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

#413fce Text Font Color

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

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


#413fce Background Color

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

This div background color is #413fce


#413fce Border Color

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

This div border color is #413fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413fce


Comments

No comments written yet.

Please login to write comment.