Color Hex Logo

#407ceb Color Hex

#407CEB
(64,124,235)
0 Favorites   0 Comments

Color spaces of #407ceb

RGB 64124235
HSL0.610.810.59
HSV219°73°92°
CMYK 0.730.470.00   0.08
XYZ24.317421.503581.4662
Yxy21.50350.19100.1689
Hunter Lab46.371912.4546-71.7005
CIE-Lab53.496217.8640-61.7455

#407ceb color RGB value is (64,124,235).

#407ceb hex color red value is 64, green value is 124 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #407ceb hue: 0.61 , saturation: 0.81 and the lightness value of 407ceb is 0.59.

The process color (four color CMYK) of #407ceb color hex is 0.73, 0.47, 0.00, 0.08. Web safe color of #407ceb is #3366ff. Color #407ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01111100 11101011
Octal 100 174 353
Decimal 64 124 235
Hex 40 7C EB

RGB Percentages of Color #407ceb

%15.13
%29.31
%55.56

CMYK Percentages of Color #407ceb

%73
%47
%0
%8

Triadic Colors of #407ceb

#407ceb #eb407c #7ceb40

Analogous Colors of #407ceb

#407ceb #5a40eb #40d2eb

Monochromatic Colors of #407ceb

#407ceb

Complementary Color

#407ceb #ebaf40

#407ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#407ceb Color CSS Codes

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

#407ceb Text Font Color

<p style="color:#407ceb">Text here</p>

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


#407ceb Background Color

<div style="background-color:#407ceb">
Div content here</div>

This div background color is #407ceb


#407ceb Border Color

<div style="border:3px solid #407ceb">
Div here</div>

This div border color is #407ceb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,124,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #407ceb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #407ceb;
  -webkit-box-shadow: 1px 1px 3px 2px #407ceb;
  box-shadow:         1px 1px 3px 2px #407ceb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,124,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407ceb


Comments

No comments written yet.

Please login to write comment.