Color Hex Logo

#2961ec Color Hex

#2961EC
(41,97,236)
0 Favorites   0 Comments

Color spaces of #2961ec

RGB 4197236
HSL0.620.840.54
HSV223°83°93°
CMYK 0.830.590.00   0.07
XYZ20.329515.076981.1955
Yxy15.07690.17430.1293
Hunter Lab38.829025.5056-96.8014
CIE-Lab45.739332.9016-74.9181

#2961ec color RGB value is (41,97,236).

#2961ec hex color red value is 41, green value is 97 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #2961ec hue: 0.62 , saturation: 0.84 and the lightness value of 2961ec is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01100001 11101100
Octal 51 141 354
Decimal 41 97 236
Hex 29 61 EC

RGB Percentages of Color #2961ec

%10.96
%25.94
%63.10

CMYK Percentages of Color #2961ec

%83
%59
%0
%7

Triadic Colors of #2961ec

#2961ec #ec2961 #61ec29

Analogous Colors of #2961ec

#2961ec #5229ec #29c3ec

Monochromatic Colors of #2961ec

#2961ec

Complementary Color

#2961ec #ecb429

#2961ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2961ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#2961ec Color CSS Codes

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

#2961ec Text Font Color

<p style="color:#2961ec">Text here</p>

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


#2961ec Background Color

<div style="background-color:#2961ec">
Div content here</div>

This div background color is #2961ec


#2961ec Border Color

<div style="border:3px solid #2961ec">
Div here</div>

This div border color is #2961ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,97,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2961ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2961ec;
  -webkit-box-shadow: 1px 1px 3px 2px #2961ec;
  box-shadow:         1px 1px 3px 2px #2961ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2961ec


Comments

No comments written yet.

Please login to write comment.