Color Hex Logo

#418ccf Color Hex

#418CCF
(65,140,207)
0 Favorites   0 Comments

Color spaces of #418ccf

RGB 65140207
HSL0.580.600.53
HSV208°69°81°
CMYK 0.690.320.00   0.19
XYZ22.820524.385062.5355
Yxy24.38500.20790.2222
Hunter Lab49.3812-3.9269-40.5171
CIE-Lab56.4712-1.6108-41.2960

#418ccf color RGB value is (65,140,207).

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

The process color (four color CMYK) of #418ccf color hex is 0.69, 0.32, 0.00, 0.19. Web safe color of #418ccf is #3399cc. Color #418ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10001100 11001111
Octal 101 214 317
Decimal 65 140 207
Hex 41 8C CF

RGB Percentages of Color #418ccf

%15.78
%33.98
%50.24

CMYK Percentages of Color #418ccf

%69
%32
%0
%19

Triadic Colors of #418ccf

#418ccf #cf418c #8ccf41

Analogous Colors of #418ccf

#418ccf #4145cf #41cfcb

Monochromatic Colors of #418ccf

#418ccf

Complementary Color

#418ccf #cf8441

#418ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#418ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#418ccf Color CSS Codes

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

#418ccf Text Font Color

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

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


#418ccf Background Color

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

This div background color is #418ccf


#418ccf Border Color

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

This div border color is #418ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #418ccf


Comments

No comments written yet.

Please login to write comment.