Color Hex Logo

#304abe Color Hex

#304ABE
(48,74,190)
0 Favorites   0 Comments

Color spaces of #304abe

RGB 4874190
HSL0.640.600.47
HSV229°75°75°
CMYK 0.750.610.00   0.25
XYZ12.96209.243649.8162
Yxy9.24360.18000.1283
Hunter Lab30.403322.8951-75.8652
CIE-Lab36.449131.2902-63.6814

#304abe color RGB value is (48,74,190).

#304abe hex color red value is 48, green value is 74 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #304abe hue: 0.64 , saturation: 0.60 and the lightness value of 304abe is 0.47.

The process color (four color CMYK) of #304abe color hex is 0.75, 0.61, 0.00, 0.25. Web safe color of #304abe is #3333cc. Color #304abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001010 10111110
Octal 60 112 276
Decimal 48 74 190
Hex 30 4A BE

RGB Percentages of Color #304abe

%15.38
%23.72
%60.90

CMYK Percentages of Color #304abe

%75
%61
%0
%25

Triadic Colors of #304abe

#304abe #be304a #4abe30

Analogous Colors of #304abe

#304abe #5d30be #3091be

Monochromatic Colors of #304abe

#304abe

Complementary Color

#304abe #bea430

#304abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#304abe Color CSS Codes

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

#304abe Text Font Color

<p style="color:#304abe">Text here</p>

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


#304abe Background Color

<div style="background-color:#304abe">
Div content here</div>

This div background color is #304abe


#304abe Border Color

<div style="border:3px solid #304abe">
Div here</div>

This div border color is #304abe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,74,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #304abe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #304abe;
  -webkit-box-shadow: 1px 1px 3px 2px #304abe;
  box-shadow:         1px 1px 3px 2px #304abe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,74,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 #304abe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304abe


Comments

No comments written yet.

Please login to write comment.