Color Hex Logo

#2959ea Color Hex

#2959EA
(41,89,234)
0 Favorites   0 Comments

Color spaces of #2959ea

RGB 4189234
HSL0.630.820.54
HSV225°82°92°
CMYK 0.820.620.00   0.08
XYZ19.338113.556779.4394
Yxy13.55670.17210.1207
Hunter Lab36.819429.3168-102.1470
CIE-Lab43.590437.2225-77.3061

#2959ea color RGB value is (41,89,234).

#2959ea hex color red value is 41, green value is 89 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #2959ea hue: 0.63 , saturation: 0.82 and the lightness value of 2959ea is 0.54.

The process color (four color CMYK) of #2959ea color hex is 0.82, 0.62, 0.00, 0.08. Web safe color of #2959ea is #3366ff. Color #2959ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01011001 11101010
Octal 51 131 352
Decimal 41 89 234
Hex 29 59 EA

RGB Percentages of Color #2959ea

%11.26
%24.45
%64.29

CMYK Percentages of Color #2959ea

%82
%62
%0
%8

Triadic Colors of #2959ea

#2959ea #ea2959 #59ea29

Analogous Colors of #2959ea

#2959ea #5a29ea #29baea

Monochromatic Colors of #2959ea

#2959ea

Complementary Color

#2959ea #eaba29

#2959ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2959ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#2959ea Color CSS Codes

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

#2959ea Text Font Color

<p style="color:#2959ea">Text here</p>

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


#2959ea Background Color

<div style="background-color:#2959ea">
Div content here</div>

This div background color is #2959ea


#2959ea Border Color

<div style="border:3px solid #2959ea">
Div here</div>

This div border color is #2959ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,89,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2959ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2959ea;
  -webkit-box-shadow: 1px 1px 3px 2px #2959ea;
  box-shadow:         1px 1px 3px 2px #2959ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,89,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2959ea


Comments

No comments written yet.

Please login to write comment.