Color Hex Logo

#415ecc Color Hex

#415ECC
(65,94,204)
0 Favorites   0 Comments

Color spaces of #415ecc

RGB 6594204
HSL0.630.580.53
HSV227°68°80°
CMYK 0.680.540.00   0.20
XYZ17.081813.488958.8300
Yxy13.48890.19110.1509
Hunter Lab36.727218.7475-69.2622
CIE-Lab43.490825.7380-60.3253

#415ecc color RGB value is (65,94,204).

#415ecc hex color red value is 65, green value is 94 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #415ecc hue: 0.63 , saturation: 0.58 and the lightness value of 415ecc is 0.53.

The process color (four color CMYK) of #415ecc color hex is 0.68, 0.54, 0.00, 0.20. Web safe color of #415ecc is #3366cc. Color #415ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01011110 11001100
Octal 101 136 314
Decimal 65 94 204
Hex 41 5E CC

RGB Percentages of Color #415ecc

%17.91
%25.90
%56.20

CMYK Percentages of Color #415ecc

%68
%54
%0
%20

Triadic Colors of #415ecc

#415ecc #cc415e #5ecc41

Analogous Colors of #415ecc

#415ecc #6a41cc #41a4cc

Monochromatic Colors of #415ecc

#415ecc

Complementary Color

#415ecc #ccaf41

#415ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#415ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#415ecc Color CSS Codes

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

#415ecc Text Font Color

<p style="color:#415ecc">Text here</p>

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


#415ecc Background Color

<div style="background-color:#415ecc">
Div content here</div>

This div background color is #415ecc


#415ecc Border Color

<div style="border:3px solid #415ecc">
Div here</div>

This div border color is #415ecc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,94,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #415ecc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #415ecc;
  -webkit-box-shadow: 1px 1px 3px 2px #415ecc;
  box-shadow:         1px 1px 3px 2px #415ecc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #415ecc


Comments

No comments written yet.

Please login to write comment.