Color Hex Logo

#2940ce Color Hex

#2940CE
(41,64,206)
0 Favorites   0 Comments

Color spaces of #2940ce

RGB 4164206
HSL0.640.670.48
HSV232°80°81°
CMYK 0.800.690.00   0.19
XYZ13.88848.594459.3194
Yxy8.59440.16980.1051
Hunter Lab29.316233.2601-99.4480
CIE-Lab35.191342.7025-75.0852

#2940ce color RGB value is (41,64,206).

#2940ce hex color red value is 41, green value is 64 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #2940ce hue: 0.64 , saturation: 0.67 and the lightness value of 2940ce is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01000000 11001110
Octal 51 100 316
Decimal 41 64 206
Hex 29 40 CE

RGB Percentages of Color #2940ce

%13.18
%20.58
%66.24

CMYK Percentages of Color #2940ce

%80
%69
%0
%19

Triadic Colors of #2940ce

#2940ce #ce2940 #40ce29

Analogous Colors of #2940ce

#2940ce #6529ce #2993ce

Monochromatic Colors of #2940ce

#2940ce

Complementary Color

#2940ce #ceb729

#2940ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2940ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#2940ce Color CSS Codes

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

#2940ce Text Font Color

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

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


#2940ce Background Color

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

This div background color is #2940ce


#2940ce Border Color

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

This div border color is #2940ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2940ce


Comments

No comments written yet.

Please login to write comment.