Color Hex Logo

#413fcd Color Hex

#413FCD
(65,63,205)
0 Favorites   0 Comments

Color spaces of #413fcd

RGB 6563205
HSL0.670.590.53
HSV241°69°80°
CMYK 0.680.690.00   0.20
XYZ14.97699.086658.7221
Yxy9.08660.18090.1098
Hunter Lab30.144035.9349-94.3993
CIE-Lab36.150545.2760-72.8814

#413fcd color RGB value is (65,63,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111111 11001101
Octal 101 77 315
Decimal 65 63 205
Hex 41 3F CD

RGB Percentages of Color #413fcd

%19.52
%18.92
%61.56

CMYK Percentages of Color #413fcd

%68
%69
%0
%20

Triadic Colors of #413fcd

#413fcd #cd413f #3fcd41

Analogous Colors of #413fcd

#413fcd #883fcd #3f84cd

Monochromatic Colors of #413fcd

#413fcd

Complementary Color

#413fcd #cbcd3f

#413fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#413fcd Color CSS Codes

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

#413fcd Text Font Color

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

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


#413fcd Background Color

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

This div background color is #413fcd


#413fcd Border Color

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

This div border color is #413fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413fcd


Comments

No comments written yet.

Please login to write comment.