Color Hex Logo

#2965ee Color Hex

#2965EE
(41,101,238)
0 Favorites   0 Comments

Color spaces of #2965ee

RGB 41101238
HSL0.620.850.55
HSV222°83°93°
CMYK 0.830.580.00   0.07
XYZ21.000715.951882.8611
Yxy15.95180.17530.1331
Hunter Lab39.939723.9626-95.0485
CIE-Lab46.911231.1058-74.1294

#2965ee color RGB value is (41,101,238).

#2965ee hex color red value is 41, green value is 101 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #2965ee hue: 0.62 , saturation: 0.85 and the lightness value of 2965ee is 0.55.

The process color (four color CMYK) of #2965ee color hex is 0.83, 0.58, 0.00, 0.07. Web safe color of #2965ee is #3366ff. Color #2965ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01100101 11101110
Octal 51 145 356
Decimal 41 101 238
Hex 29 65 EE

RGB Percentages of Color #2965ee

%10.79
%26.58
%62.63

CMYK Percentages of Color #2965ee

%83
%58
%0
%7

Triadic Colors of #2965ee

#2965ee #ee2965 #65ee29

Analogous Colors of #2965ee

#2965ee #5029ee #29c8ee

Monochromatic Colors of #2965ee

#2965ee

Complementary Color

#2965ee #eeb229

#2965ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2965ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#2965ee Color CSS Codes

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

#2965ee Text Font Color

<p style="color:#2965ee">Text here</p>

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


#2965ee Background Color

<div style="background-color:#2965ee">
Div content here</div>

This div background color is #2965ee


#2965ee Border Color

<div style="border:3px solid #2965ee">
Div here</div>

This div border color is #2965ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,101,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2965ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2965ee;
  -webkit-box-shadow: 1px 1px 3px 2px #2965ee;
  box-shadow:         1px 1px 3px 2px #2965ee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2965ee


Comments

No comments written yet.

Please login to write comment.