Color Hex Logo

#305aea Color Hex

#305AEA
(48,90,234)
0 Favorites   0 Comments

Color spaces of #305aea

RGB 4890234
HSL0.630.820.55
HSV226°79°92°
CMYK 0.790.620.00   0.08
XYZ19.726413.881279.4816
Yxy13.88120.17440.1227
Hunter Lab37.257529.3083-100.4035
CIE-Lab44.062137.1445-76.5247

#305aea color RGB value is (48,90,234).

#305aea hex color red value is 48, green value is 90 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #305aea hue: 0.63 , saturation: 0.82 and the lightness value of 305aea is 0.55.

The process color (four color CMYK) of #305aea color hex is 0.79, 0.62, 0.00, 0.08. Web safe color of #305aea is #3366ff. Color #305aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01011010 11101010
Octal 60 132 352
Decimal 48 90 234
Hex 30 5A EA

RGB Percentages of Color #305aea

%12.90
%24.19
%62.90

CMYK Percentages of Color #305aea

%79
%62
%0
%8

Triadic Colors of #305aea

#305aea #ea305a #5aea30

Analogous Colors of #305aea

#305aea #6330ea #30b7ea

Monochromatic Colors of #305aea

#305aea

Complementary Color

#305aea #eac030

#305aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#305aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#305aea Color CSS Codes

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

#305aea Text Font Color

<p style="color:#305aea">Text here</p>

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


#305aea Background Color

<div style="background-color:#305aea">
Div content here</div>

This div background color is #305aea


#305aea Border Color

<div style="border:3px solid #305aea">
Div here</div>

This div border color is #305aea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,90,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #305aea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #305aea;
  -webkit-box-shadow: 1px 1px 3px 2px #305aea;
  box-shadow:         1px 1px 3px 2px #305aea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #305aea


Comments

No comments written yet.

Please login to write comment.