Color Hex Logo

#2a48be Color Hex

#2A48BE
(42,72,190)
0 Favorites   0 Comments

Color spaces of #2a48be

RGB 4272190
HSL0.630.640.45
HSV228°78°75°
CMYK 0.780.620.00   0.25
XYZ12.56658.844749.7601
Yxy8.84470.17660.1243
Hunter Lab29.740023.3792-78.3841
CIE-Lab35.683631.9454-64.9435

#2a48be color RGB value is (42,72,190).

#2a48be hex color red value is 42, green value is 72 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #2a48be hue: 0.63 , saturation: 0.64 and the lightness value of 2a48be is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 01001000 10111110
Octal 52 110 276
Decimal 42 72 190
Hex 2A 48 BE

RGB Percentages of Color #2a48be

%13.82
%23.68
%62.50

CMYK Percentages of Color #2a48be

%78
%62
%0
%25

Triadic Colors of #2a48be

#2a48be #be2a48 #48be2a

Analogous Colors of #2a48be

#2a48be #562abe #2a92be

Monochromatic Colors of #2a48be

#2a48be

Complementary Color

#2a48be #bea02a

#2a48be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2a48be Color Preview on White Background

Lorem ipsum dolor sit amet.

#2a48be Color CSS Codes

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

#2a48be Text Font Color

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

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


#2a48be Background Color

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

This div background color is #2a48be


#2a48be Border Color

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

This div border color is #2a48be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(42,72,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2a48be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2a48be;
  -webkit-box-shadow: 1px 1px 3px 2px #2a48be;
  box-shadow:         1px 1px 3px 2px #2a48be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(42,72,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2a48be


Comments

No comments written yet.

Please login to write comment.