Color Hex Logo

#304aca Color Hex

#304ACA
(48,74,202)
0 Favorites   0 Comments

Color spaces of #304aca

RGB 4874202
HSL0.640.620.49
HSV230°76°79°
CMYK 0.760.630.00   0.21
XYZ14.32849.790257.0116
Yxy9.79020.17660.1207
Hunter Lab31.289326.9848-86.1286
CIE-Lab37.463235.6621-69.0218

#304aca color RGB value is (48,74,202).

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

The process color (four color CMYK) of #304aca color hex is 0.76, 0.63, 0.00, 0.21. Web safe color of #304aca is #3333cc. Color #304aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001010 11001010
Octal 60 112 312
Decimal 48 74 202
Hex 30 4A CA

RGB Percentages of Color #304aca

%14.81
%22.84
%62.35

CMYK Percentages of Color #304aca

%76
%63
%0
%21

Triadic Colors of #304aca

#304aca #ca304a #4aca30

Analogous Colors of #304aca

#304aca #6330ca #3097ca

Monochromatic Colors of #304aca

#304aca

Complementary Color

#304aca #cab030

#304aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#304aca Color CSS Codes

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

#304aca Text Font Color

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

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


#304aca Background Color

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

This div background color is #304aca


#304aca Border Color

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

This div border color is #304aca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,74,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304aca


Comments

No comments written yet.

Please login to write comment.