Color Hex Logo

#4118ce Color Hex

#4118CE
(65,24,206)
0 Favorites   0 Comments

Color spaces of #4118ce

RGB 6524206
HSL0.700.790.45
HSV254°88°81°
CMYK 0.680.880.00   0.19
XYZ13.64726.233358.8764
Yxy6.23330.17330.0791
Hunter Lab24.966653.8799-122.3416
CIE-Lab29.993663.5731-83.6392

#4118ce color RGB value is (65,24,206).

#4118ce hex color red value is 65, green value is 24 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #4118ce hue: 0.70 , saturation: 0.79 and the lightness value of 4118ce is 0.45.

The process color (four color CMYK) of #4118ce color hex is 0.68, 0.88, 0.00, 0.19. Web safe color of #4118ce is #3300cc. Color #4118ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00011000 11001110
Octal 101 30 316
Decimal 65 24 206
Hex 41 18 CE

RGB Percentages of Color #4118ce

%22.03
%8.14
%69.83

CMYK Percentages of Color #4118ce

%68
%88
%0
%19

Triadic Colors of #4118ce

#4118ce #ce4118 #18ce41

Analogous Colors of #4118ce

#4118ce #9c18ce #184ace

Monochromatic Colors of #4118ce

#4118ce

Complementary Color

#4118ce #a5ce18

#4118ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4118ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4118ce Color CSS Codes

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

#4118ce Text Font Color

<p style="color:#4118ce">Text here</p>

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


#4118ce Background Color

<div style="background-color:#4118ce">
Div content here</div>

This div background color is #4118ce


#4118ce Border Color

<div style="border:3px solid #4118ce">
Div here</div>

This div border color is #4118ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,24,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4118ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4118ce;
  -webkit-box-shadow: 1px 1px 3px 2px #4118ce;
  box-shadow:         1px 1px 3px 2px #4118ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4118ce


Comments

No comments written yet.

Please login to write comment.