Color Hex Logo

#2c51eb Color Hex

#2C51EB
(44,81,235)
0 Favorites   0 Comments

Color spaces of #2c51eb

RGB 4481235
HSL0.630.830.55
HSV228°81°92°
CMYK 0.810.660.00   0.08
XYZ18.976512.418579.9941
Yxy12.41850.17040.1115
Hunter Lab35.239934.4515-109.9196
CIE-Lab41.873742.7775-80.6840

#2c51eb color RGB value is (44,81,235).

#2c51eb hex color red value is 44, green value is 81 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #2c51eb hue: 0.63 , saturation: 0.83 and the lightness value of 2c51eb is 0.55.

The process color (four color CMYK) of #2c51eb color hex is 0.81, 0.66, 0.00, 0.08. Web safe color of #2c51eb is #3366ff. Color #2c51eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 01010001 11101011
Octal 54 121 353
Decimal 44 81 235
Hex 2C 51 EB

RGB Percentages of Color #2c51eb

%12.22
%22.50
%65.28

CMYK Percentages of Color #2c51eb

%81
%66
%0
%8

Triadic Colors of #2c51eb

#2c51eb #eb2c51 #51eb2c

Analogous Colors of #2c51eb

#2c51eb #672ceb #2cb1eb

Monochromatic Colors of #2c51eb

#2c51eb

Complementary Color

#2c51eb #ebc62c

#2c51eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c51eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c51eb Color CSS Codes

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

#2c51eb Text Font Color

<p style="color:#2c51eb">Text here</p>

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


#2c51eb Background Color

<div style="background-color:#2c51eb">
Div content here</div>

This div background color is #2c51eb


#2c51eb Border Color

<div style="border:3px solid #2c51eb">
Div here</div>

This div border color is #2c51eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(44,81,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2c51eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2c51eb;
  -webkit-box-shadow: 1px 1px 3px 2px #2c51eb;
  box-shadow:         1px 1px 3px 2px #2c51eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(44,81,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c51eb


Comments

No comments written yet.

Please login to write comment.