Color Hex Logo

#2959eb Color Hex

#2959EB
(41,89,235)
0 Favorites   0 Comments

Color spaces of #2959eb

RGB 4189235
HSL0.630.830.54
HSV225°83°92°
CMYK 0.830.620.00   0.08
XYZ19.482213.614380.1983
Yxy13.61430.17200.1202
Hunter Lab36.897629.6787-103.0409
CIE-Lab43.674637.5879-77.7324

#2959eb color RGB value is (41,89,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01011001 11101011
Octal 51 131 353
Decimal 41 89 235
Hex 29 59 EB

RGB Percentages of Color #2959eb

%11.23
%24.38
%64.38

CMYK Percentages of Color #2959eb

%83
%62
%0
%8

Triadic Colors of #2959eb

#2959eb #eb2959 #59eb29

Analogous Colors of #2959eb

#2959eb #5a29eb #29baeb

Monochromatic Colors of #2959eb

#2959eb

Complementary Color

#2959eb #ebbb29

#2959eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2959eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2959eb Color CSS Codes

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

#2959eb Text Font Color

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

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


#2959eb Background Color

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

This div background color is #2959eb


#2959eb Border Color

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

This div border color is #2959eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2959eb


Comments

No comments written yet.

Please login to write comment.