Color Hex Logo

#2c58db Color Hex

#2C58DB
(44,88,219)
0 Favorites   0 Comments

Color spaces of #2c58db

RGB 4488219
HSL0.620.710.52
HSV225°80°86°
CMYK 0.800.600.00   0.14
XYZ17.314612.629468.5430
Yxy12.62940.17580.1282
Hunter Lab35.537924.7767-89.4780
CIE-Lab42.199532.5804-71.0641

#2c58db color RGB value is (44,88,219).

#2c58db hex color red value is 44, green value is 88 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #2c58db hue: 0.62 , saturation: 0.71 and the lightness value of 2c58db is 0.52.

The process color (four color CMYK) of #2c58db color hex is 0.80, 0.60, 0.00, 0.14. Web safe color of #2c58db is #3366cc. Color #2c58db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 01011000 11011011
Octal 54 130 333
Decimal 44 88 219
Hex 2C 58 DB

RGB Percentages of Color #2c58db

%12.54
%25.07
%62.39

CMYK Percentages of Color #2c58db

%80
%60
%0
%14

Triadic Colors of #2c58db

#2c58db #db2c58 #58db2c

Analogous Colors of #2c58db

#2c58db #572cdb #2cb0db

Monochromatic Colors of #2c58db

#2c58db

Complementary Color

#2c58db #dbaf2c

#2c58db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c58db Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c58db Color CSS Codes

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

#2c58db Text Font Color

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

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


#2c58db Background Color

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

This div background color is #2c58db


#2c58db Border Color

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

This div border color is #2c58db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c58db


Comments

No comments written yet.

Please login to write comment.