Color Hex Logo

#2960be Color Hex

#2960BE
(41,96,190)
0 Favorites   0 Comments

Color spaces of #2960be

RGB 4196190
HSL0.610.650.45
HSV218°78°75°
CMYK 0.780.490.00   0.25
XYZ14.391612.554950.3800
Yxy12.55490.18610.1624
Hunter Lab35.432910.4929-59.4980
CIE-Lab42.084816.1323-54.5440

#2960be color RGB value is (41,96,190).

#2960be hex color red value is 41, green value is 96 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #2960be hue: 0.61 , saturation: 0.65 and the lightness value of 2960be is 0.45.

The process color (four color CMYK) of #2960be color hex is 0.78, 0.49, 0.00, 0.25. Web safe color of #2960be is #3366cc. Color #2960be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01100000 10111110
Octal 51 140 276
Decimal 41 96 190
Hex 29 60 BE

RGB Percentages of Color #2960be

%12.54
%29.36
%58.10

CMYK Percentages of Color #2960be

%78
%49
%0
%25

Triadic Colors of #2960be

#2960be #be2960 #60be29

Analogous Colors of #2960be

#2960be #3d29be #29abbe

Monochromatic Colors of #2960be

#2960be

Complementary Color

#2960be #be8729

#2960be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2960be Color Preview on White Background

Lorem ipsum dolor sit amet.

#2960be Color CSS Codes

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

#2960be Text Font Color

<p style="color:#2960be">Text here</p>

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


#2960be Background Color

<div style="background-color:#2960be">
Div content here</div>

This div background color is #2960be


#2960be Border Color

<div style="border:3px solid #2960be">
Div here</div>

This div border color is #2960be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,96,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2960be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2960be;
  -webkit-box-shadow: 1px 1px 3px 2px #2960be;
  box-shadow:         1px 1px 3px 2px #2960be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2960be


Comments

No comments written yet.

Please login to write comment.