Color Hex Logo

#2d49cc Color Hex

#2D49CC
(45,73,204)
0 Favorites   0 Comments

Color spaces of #2d49cc

RGB 4573204
HSL0.640.640.49
HSV229°78°80°
CMYK 0.780.640.00   0.20
XYZ14.36389.682658.2386
Yxy9.68260.17460.1177
Hunter Lab31.116927.9425-89.1858
CIE-Lab37.266636.7285-70.5090

#2d49cc color RGB value is (45,73,204).

#2d49cc hex color red value is 45, green value is 73 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #2d49cc hue: 0.64 , saturation: 0.64 and the lightness value of 2d49cc is 0.49.

The process color (four color CMYK) of #2d49cc color hex is 0.78, 0.64, 0.00, 0.20. Web safe color of #2d49cc is #3333cc. Color #2d49cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 01001001 11001100
Octal 55 111 314
Decimal 45 73 204
Hex 2D 49 CC

RGB Percentages of Color #2d49cc

%13.98
%22.67
%63.35

CMYK Percentages of Color #2d49cc

%78
%64
%0
%20

Triadic Colors of #2d49cc

#2d49cc #cc2d49 #49cc2d

Analogous Colors of #2d49cc

#2d49cc #602dcc #2d99cc

Monochromatic Colors of #2d49cc

#2d49cc

Complementary Color

#2d49cc #ccb02d

#2d49cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2d49cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2d49cc Color CSS Codes

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

#2d49cc Text Font Color

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

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


#2d49cc Background Color

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

This div background color is #2d49cc


#2d49cc Border Color

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

This div border color is #2d49cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2d49cc


Comments

No comments written yet.

Please login to write comment.