Color Hex Logo

#415cee Color Hex

#415CEE
(65,92,238)
0 Favorites   0 Comments

Color spaces of #415cee

RGB 6592238
HSL0.640.840.59
HSV231°73°93°
CMYK 0.730.610.00   0.07
XYZ21.439714.951282.6448
Yxy14.95120.18010.1256
Hunter Lab38.666831.3066-99.6573
CIE-Lab45.567338.9902-76.2874

#415cee color RGB value is (65,92,238).

#415cee hex color red value is 65, green value is 92 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #415cee hue: 0.64 , saturation: 0.84 and the lightness value of 415cee is 0.59.

The process color (four color CMYK) of #415cee color hex is 0.73, 0.61, 0.00, 0.07. Web safe color of #415cee is #3366ff. Color #415cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01011100 11101110
Octal 101 134 356
Decimal 65 92 238
Hex 41 5C EE

RGB Percentages of Color #415cee

%16.46
%23.29
%60.25

CMYK Percentages of Color #415cee

%73
%61
%0
%7

Triadic Colors of #415cee

#415cee #ee415c #5cee41

Analogous Colors of #415cee

#415cee #7d41ee #41b3ee

Monochromatic Colors of #415cee

#415cee

Complementary Color

#415cee #eed341

#415cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#415cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#415cee Color CSS Codes

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

#415cee Text Font Color

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

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


#415cee Background Color

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

This div background color is #415cee


#415cee Border Color

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

This div border color is #415cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #415cee


Comments

No comments written yet.

Please login to write comment.