Color Hex Logo

#304aeb Color Hex

#304AEB
(48,74,235)
0 Favorites   0 Comments

Color spaces of #304aeb

RGB 4874235
HSL0.640.820.55
HSV232°80°92°
CMYK 0.800.690.00   0.08
XYZ18.663111.524179.8380
Yxy11.52410.16960.1047
Hunter Lab33.947238.7262-115.6771
CIE-Lab40.449547.2984-83.0220

#304aeb color RGB value is (48,74,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001010 11101011
Octal 60 112 353
Decimal 48 74 235
Hex 30 4A EB

RGB Percentages of Color #304aeb

%13.45
%20.73
%65.83

CMYK Percentages of Color #304aeb

%80
%69
%0
%8

Triadic Colors of #304aeb

#304aeb #eb304a #4aeb30

Analogous Colors of #304aeb

#304aeb #7430eb #30a8eb

Monochromatic Colors of #304aeb

#304aeb

Complementary Color

#304aeb #ebd130

#304aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#304aeb Color CSS Codes

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

#304aeb Text Font Color

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

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


#304aeb Background Color

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

This div background color is #304aeb


#304aeb Border Color

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

This div border color is #304aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304aeb


Comments

No comments written yet.

Please login to write comment.