Color Hex Logo

#4038ce Color Hex

#4038CE
(64,56,206)
0 Favorites   0 Comments

Color spaces of #4038ce

RGB 6456206
HSL0.680.600.51
HSV243°73°81°
CMYK 0.690.730.00   0.19
XYZ14.66918.374659.2358
Yxy8.37460.17830.1018
Hunter Lab28.938939.8384-101.1050
CIE-Lab34.751249.4447-75.7674

#4038ce color RGB value is (64,56,206).

#4038ce hex color red value is 64, green value is 56 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #4038ce hue: 0.68 , saturation: 0.60 and the lightness value of 4038ce is 0.51.

The process color (four color CMYK) of #4038ce color hex is 0.69, 0.73, 0.00, 0.19. Web safe color of #4038ce is #3333cc. Color #4038ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00111000 11001110
Octal 100 70 316
Decimal 64 56 206
Hex 40 38 CE

RGB Percentages of Color #4038ce

%19.63
%17.18
%63.19

CMYK Percentages of Color #4038ce

%69
%73
%0
%19

Triadic Colors of #4038ce

#4038ce #ce4038 #38ce40

Analogous Colors of #4038ce

#4038ce #8b38ce #387bce

Monochromatic Colors of #4038ce

#4038ce

Complementary Color

#4038ce #c6ce38

#4038ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4038ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4038ce Color CSS Codes

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

#4038ce Text Font Color

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

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


#4038ce Background Color

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

This div background color is #4038ce


#4038ce Border Color

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

This div border color is #4038ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,56,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 #4038ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4038ce


Comments

No comments written yet.

Please login to write comment.