Color Hex Logo

#2968ec Color Hex

#2968EC
(41,104,236)
0 Favorites   0 Comments

Color spaces of #2968ec

RGB 41104236
HSL0.610.840.54
HSV221°83°93°
CMYK 0.830.560.00   0.07
XYZ21.005116.428281.4207
Yxy16.42820.17670.1382
Hunter Lab40.531721.5751-90.7304
CIE-Lab47.531328.4538-71.9959

#2968ec color RGB value is (41,104,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01101000 11101100
Octal 51 150 354
Decimal 41 104 236
Hex 29 68 EC

RGB Percentages of Color #2968ec

%10.76
%27.30
%61.94

CMYK Percentages of Color #2968ec

%83
%56
%0
%7

Triadic Colors of #2968ec

#2968ec #ec2968 #68ec29

Analogous Colors of #2968ec

#2968ec #4b29ec #29caec

Monochromatic Colors of #2968ec

#2968ec

Complementary Color

#2968ec #ecad29

#2968ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2968ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#2968ec Color CSS Codes

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

#2968ec Text Font Color

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

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


#2968ec Background Color

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

This div background color is #2968ec


#2968ec Border Color

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

This div border color is #2968ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,104,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 #2968ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2968ec


Comments

No comments written yet.

Please login to write comment.