Color Hex Logo

#305aee Color Hex

#305AEE
(48,90,238)
0 Favorites   0 Comments

Color spaces of #305aee

RGB 4890238
HSL0.630.850.56
HSV227°80°93°
CMYK 0.800.620.00   0.07
XYZ20.307714.113882.5428
Yxy14.11380.17360.1207
Hunter Lab37.568330.7442-103.9704
CIE-Lab44.395738.5863-78.2323

#305aee color RGB value is (48,90,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01011010 11101110
Octal 60 132 356
Decimal 48 90 238
Hex 30 5A EE

RGB Percentages of Color #305aee

%12.77
%23.94
%63.30

CMYK Percentages of Color #305aee

%80
%62
%0
%7

Triadic Colors of #305aee

#305aee #ee305a #5aee30

Analogous Colors of #305aee

#305aee #6530ee #30b9ee

Monochromatic Colors of #305aee

#305aee

Complementary Color

#305aee #eec430

#305aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#305aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#305aee Color CSS Codes

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

#305aee Text Font Color

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

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


#305aee Background Color

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

This div background color is #305aee


#305aee Border Color

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

This div border color is #305aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #305aee


Comments

No comments written yet.

Please login to write comment.