Color Hex Logo

#415fce Color Hex

#415FCE
(65,95,206)
0 Favorites   0 Comments

Color spaces of #415fce

RGB 6595206
HSL0.630.590.53
HSV227°68°81°
CMYK 0.680.540.00   0.19
XYZ17.412813.764560.1316
Yxy13.76450.19070.1507
Hunter Lab37.100518.8514-70.1253
CIE-Lab43.893325.8143-60.8240

#415fce color RGB value is (65,95,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01011111 11001110
Octal 101 137 316
Decimal 65 95 206
Hex 41 5F CE

RGB Percentages of Color #415fce

%17.76
%25.96
%56.28

CMYK Percentages of Color #415fce

%68
%54
%0
%19

Triadic Colors of #415fce

#415fce #ce415f #5fce41

Analogous Colors of #415fce

#415fce #6a41ce #41a6ce

Monochromatic Colors of #415fce

#415fce

Complementary Color

#415fce #ceb041

#415fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#415fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#415fce Color CSS Codes

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

#415fce Text Font Color

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

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


#415fce Background Color

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

This div background color is #415fce


#415fce Border Color

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

This div border color is #415fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #415fce


Comments

No comments written yet.

Please login to write comment.