Color Hex Logo

#304aec Color Hex

#304AEC
(48,74,236)
0 Favorites   0 Comments

Color spaces of #304aec

RGB 4874236
HSL0.640.830.56
HSV232°80°93°
CMYK 0.800.690.00   0.07
XYZ18.808011.582180.6012
Yxy11.58210.16950.1044
Hunter Lab34.032539.0909-116.5974
CIE-Lab40.544147.6410-83.4318

#304aec color RGB value is (48,74,236).

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

The process color (four color CMYK) of #304aec color hex is 0.80, 0.69, 0.00, 0.07. Web safe color of #304aec is #3333ff. Color #304aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001010 11101100
Octal 60 112 354
Decimal 48 74 236
Hex 30 4A EC

RGB Percentages of Color #304aec

%13.41
%20.67
%65.92

CMYK Percentages of Color #304aec

%80
%69
%0
%7

Triadic Colors of #304aec

#304aec #ec304a #4aec30

Analogous Colors of #304aec

#304aec #7430ec #30a8ec

Monochromatic Colors of #304aec

#304aec

Complementary Color

#304aec #ecd230

#304aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#304aec Color CSS Codes

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

#304aec Text Font Color

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

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


#304aec Background Color

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

This div background color is #304aec


#304aec Border Color

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

This div border color is #304aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304aec


Comments

No comments written yet.

Please login to write comment.