Color Hex Logo

#415dce Color Hex

#415DCE
(65,93,206)
0 Favorites   0 Comments

Color spaces of #415dce

RGB 6593206
HSL0.630.590.53
HSV228°68°81°
CMYK 0.680.550.00   0.19
XYZ17.234913.408860.0723
Yxy13.40880.19000.1478
Hunter Lab36.618019.9325-71.6333
CIE-Lab43.372927.0871-61.6673

#415dce color RGB value is (65,93,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01011101 11001110
Octal 101 135 316
Decimal 65 93 206
Hex 41 5D CE

RGB Percentages of Color #415dce

%17.86
%25.55
%56.59

CMYK Percentages of Color #415dce

%68
%55
%0
%19

Triadic Colors of #415dce

#415dce #ce415d #5dce41

Analogous Colors of #415dce

#415dce #6c41ce #41a4ce

Monochromatic Colors of #415dce

#415dce

Complementary Color

#415dce #ceb241

#415dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#415dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#415dce Color CSS Codes

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

#415dce Text Font Color

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

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


#415dce Background Color

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

This div background color is #415dce


#415dce Border Color

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

This div border color is #415dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #415dce


Comments

No comments written yet.

Please login to write comment.