Color Hex Logo

#418ecd Color Hex

#418ECD
(65,142,205)
0 Favorites   0 Comments

Color spaces of #418ecd

RGB 65142205
HSL0.580.580.53
HSV207°68°80°
CMYK 0.680.310.00   0.20
XYZ22.872424.877661.3540
Yxy24.87760.20960.2280
Hunter Lab49.8774-5.4304-38.0181
CIE-Lab56.9560-3.4649-39.4066

#418ecd color RGB value is (65,142,205).

#418ecd hex color red value is 65, green value is 142 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #418ecd hue: 0.58 , saturation: 0.58 and the lightness value of 418ecd is 0.53.

The process color (four color CMYK) of #418ecd color hex is 0.68, 0.31, 0.00, 0.20. Web safe color of #418ecd is #3399cc. Color #418ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10001110 11001101
Octal 101 216 315
Decimal 65 142 205
Hex 41 8E CD

RGB Percentages of Color #418ecd

%15.78
%34.47
%49.76

CMYK Percentages of Color #418ecd

%68
%31
%0
%20

Triadic Colors of #418ecd

#418ecd #cd418e #8ecd41

Analogous Colors of #418ecd

#418ecd #4148cd #41cdc6

Monochromatic Colors of #418ecd

#418ecd

Complementary Color

#418ecd #cd8041

#418ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#418ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#418ecd Color CSS Codes

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

#418ecd Text Font Color

<p style="color:#418ecd">Text here</p>

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


#418ecd Background Color

<div style="background-color:#418ecd">
Div content here</div>

This div background color is #418ecd


#418ecd Border Color

<div style="border:3px solid #418ecd">
Div here</div>

This div border color is #418ecd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,142,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #418ecd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #418ecd;
  -webkit-box-shadow: 1px 1px 3px 2px #418ecd;
  box-shadow:         1px 1px 3px 2px #418ecd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #418ecd


Comments

No comments written yet.

Please login to write comment.