Color Hex Logo

#2c51bf Color Hex

#2C51BF
(44,81,191)
0 Favorites   0 Comments

Color spaces of #2c51bf

RGB 4481191
HSL0.620.630.46
HSV225°77°75°
CMYK 0.770.580.00   0.25
XYZ13.385110.181950.5500
Yxy10.18190.18060.1374
Hunter Lab31.909119.0356-71.5901
CIE-Lab38.166926.6562-61.4727

#2c51bf color RGB value is (44,81,191).

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

The process color (four color CMYK) of #2c51bf color hex is 0.77, 0.58, 0.00, 0.25. Web safe color of #2c51bf is #3366cc. Color #2c51bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 01010001 10111111
Octal 54 121 277
Decimal 44 81 191
Hex 2C 51 BF

RGB Percentages of Color #2c51bf

%13.92
%25.63
%60.44

CMYK Percentages of Color #2c51bf

%77
%58
%0
%25

Triadic Colors of #2c51bf

#2c51bf #bf2c51 #51bf2c

Analogous Colors of #2c51bf

#2c51bf #502cbf #2c9bbf

Monochromatic Colors of #2c51bf

#2c51bf

Complementary Color

#2c51bf #bf9a2c

#2c51bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c51bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c51bf Color CSS Codes

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

#2c51bf Text Font Color

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

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


#2c51bf Background Color

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

This div background color is #2c51bf


#2c51bf Border Color

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

This div border color is #2c51bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c51bf


Comments

No comments written yet.

Please login to write comment.