Color Hex Logo

#305ae4 Color Hex

#305AE4
(48,90,228)
0 Favorites   0 Comments

Color spaces of #305ae4

RGB 4890228
HSL0.630.770.54
HSV226°79°89°
CMYK 0.790.610.00   0.11
XYZ18.878713.542175.0177
Yxy13.54210.17570.1260
Hunter Lab36.799627.1737-95.1057
CIE-Lab43.569034.9673-73.9385

#305ae4 color RGB value is (48,90,228).

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

The process color (four color CMYK) of #305ae4 color hex is 0.79, 0.61, 0.00, 0.11. Web safe color of #305ae4 is #3366cc. Color #305ae4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01011010 11100100
Octal 60 132 344
Decimal 48 90 228
Hex 30 5A E4

RGB Percentages of Color #305ae4

%13.11
%24.59
%62.30

CMYK Percentages of Color #305ae4

%79
%61
%0
%11

Triadic Colors of #305ae4

#305ae4 #e4305a #5ae430

Analogous Colors of #305ae4

#305ae4 #6030e4 #30b4e4

Monochromatic Colors of #305ae4

#305ae4

Complementary Color

#305ae4 #e4ba30

#305ae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#305ae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#305ae4 Color CSS Codes

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

#305ae4 Text Font Color

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

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


#305ae4 Background Color

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

This div background color is #305ae4


#305ae4 Border Color

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

This div border color is #305ae4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #305ae4


Comments

No comments written yet.

Please login to write comment.