Color Hex Logo

#415dca Color Hex

#415DCA
(65,93,202)
0 Favorites   0 Comments

Color spaces of #415dca

RGB 6593202
HSL0.630.560.52
HSV228°68°79°
CMYK 0.680.540.00   0.21
XYZ16.755013.216857.5451
Yxy13.21680.19140.1510
Hunter Lab36.354918.6447-68.3999
CIE-Lab43.088125.6630-59.8250

#415dca color RGB value is (65,93,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01011101 11001010
Octal 101 135 312
Decimal 65 93 202
Hex 41 5D CA

RGB Percentages of Color #415dca

%18.06
%25.83
%56.11

CMYK Percentages of Color #415dca

%68
%54
%0
%21

Triadic Colors of #415dca

#415dca #ca415d #5dca41

Analogous Colors of #415dca

#415dca #6a41ca #41a2ca

Monochromatic Colors of #415dca

#415dca

Complementary Color

#415dca #caae41

#415dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#415dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#415dca Color CSS Codes

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

#415dca Text Font Color

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

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


#415dca Background Color

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

This div background color is #415dca


#415dca Border Color

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

This div border color is #415dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #415dca


Comments

No comments written yet.

Please login to write comment.