Color Hex Logo

#2d5abc Color Hex

#2D5ABC
(45,90,188)
0 Favorites   0 Comments

Color spaces of #2d5abc

RGB 4590188
HSL0.610.610.46
HSV221°76°74°
CMYK 0.760.520.00   0.26
XYZ13.815511.501149.0687
Yxy11.50110.18570.1546
Hunter Lab33.913313.3686-62.0467
CIE-Lab40.412019.7383-56.0743

#2d5abc color RGB value is (45,90,188).

#2d5abc hex color red value is 45, green value is 90 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #2d5abc hue: 0.61 , saturation: 0.61 and the lightness value of 2d5abc is 0.46.

The process color (four color CMYK) of #2d5abc color hex is 0.76, 0.52, 0.00, 0.26. Web safe color of #2d5abc is #3366cc. Color #2d5abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 01011010 10111100
Octal 55 132 274
Decimal 45 90 188
Hex 2D 5A BC

RGB Percentages of Color #2d5abc

%13.93
%27.86
%58.20

CMYK Percentages of Color #2d5abc

%76
%52
%0
%26

Triadic Colors of #2d5abc

#2d5abc #bc2d5a #5abc2d

Analogous Colors of #2d5abc

#2d5abc #482dbc #2da2bc

Monochromatic Colors of #2d5abc

#2d5abc

Complementary Color

#2d5abc #bc8f2d

#2d5abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2d5abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2d5abc Color CSS Codes

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

#2d5abc Text Font Color

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

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


#2d5abc Background Color

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

This div background color is #2d5abc


#2d5abc Border Color

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

This div border color is #2d5abc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(45,90,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2d5abc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2d5abc;
  -webkit-box-shadow: 1px 1px 3px 2px #2d5abc;
  box-shadow:         1px 1px 3px 2px #2d5abc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(45,90,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2d5abc


Comments

No comments written yet.

Please login to write comment.