Color Hex Logo

#415fca Color Hex

#415FCA
(65,95,202)
0 Favorites   0 Comments

Color spaces of #415fca

RGB 6595202
HSL0.630.560.52
HSV227°68°79°
CMYK 0.680.530.00   0.21
XYZ16.932913.572557.6044
Yxy13.57250.19220.1540
Hunter Lab36.840917.5711-66.9172
CIE-Lab43.613524.3871-58.9746

#415fca color RGB value is (65,95,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01011111 11001010
Octal 101 137 312
Decimal 65 95 202
Hex 41 5F CA

RGB Percentages of Color #415fca

%17.96
%26.24
%55.80

CMYK Percentages of Color #415fca

%68
%53
%0
%21

Triadic Colors of #415fca

#415fca #ca415f #5fca41

Analogous Colors of #415fca

#415fca #6841ca #41a4ca

Monochromatic Colors of #415fca

#415fca

Complementary Color

#415fca #caac41

#415fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#415fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#415fca Color CSS Codes

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

#415fca Text Font Color

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

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


#415fca Background Color

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

This div background color is #415fca


#415fca Border Color

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

This div border color is #415fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #415fca


Comments

No comments written yet.

Please login to write comment.