Color Hex Logo

#2968ff Color Hex

#2968FF
(41,104,255)
0 Favorites   0 Comments

Color spaces of #2968ff

RGB 41104255
HSL0.621.000.58
HSV222°84°100°
CMYK 0.840.590.00   0.00
XYZ23.914817.592096.7429
Yxy17.59200.17300.1272
Hunter Lab41.942828.3765-107.3949
CIE-Lab48.997535.4936-80.2075

#2968ff color RGB value is (41,104,255).

#2968ff hex color red value is 41, green value is 104 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #2968ff hue: 0.62 , saturation: 1.00 and the lightness value of 2968ff is 0.58.

The process color (four color CMYK) of #2968ff color hex is 0.84, 0.59, 0.00, 0.00. Web safe color of #2968ff is #3366ff. Color #2968ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01101000 11111111
Octal 51 150 377
Decimal 41 104 255
Hex 29 68 FF

RGB Percentages of Color #2968ff

%10.25
%26.00
%63.75

CMYK Percentages of Color #2968ff

%84
%59
%0
%0

Triadic Colors of #2968ff

#2968ff #ff2968 #68ff29

Analogous Colors of #2968ff

#2968ff #5529ff #29d3ff

Monochromatic Colors of #2968ff

#2968ff

Complementary Color

#2968ff #ffc029

#2968ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2968ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#2968ff Color CSS Codes

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

#2968ff Text Font Color

<p style="color:#2968ff">Text here</p>

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


#2968ff Background Color

<div style="background-color:#2968ff">
Div content here</div>

This div background color is #2968ff


#2968ff Border Color

<div style="border:3px solid #2968ff">
Div here</div>

This div border color is #2968ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,104,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2968ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2968ff;
  -webkit-box-shadow: 1px 1px 3px 2px #2968ff;
  box-shadow:         1px 1px 3px 2px #2968ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2968ff

#2968ff Color Palettes


Comments

No comments written yet.

Please login to write comment.