Color Hex Logo

#301ef9 Color Hex

#301EF9
(48,30,249)
0 Favorites   0 Comments

Color spaces of #301ef9

RGB 4830249
HSL0.680.950.55
HSV245°88°98°
CMYK 0.810.880.00   0.02
XYZ18.78218.396590.2533
Yxy8.39650.15990.0715
Hunter Lab28.976764.9907-164.3859
CIE-Lab34.795472.2861-100.2948

#301ef9 color RGB value is (48,30,249).

#301ef9 hex color red value is 48, green value is 30 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #301ef9 hue: 0.68 , saturation: 0.95 and the lightness value of 301ef9 is 0.55.

The process color (four color CMYK) of #301ef9 color hex is 0.81, 0.88, 0.00, 0.02. Web safe color of #301ef9 is #3333ff. Color #301ef9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00011110 11111001
Octal 60 36 371
Decimal 48 30 249
Hex 30 1E F9

RGB Percentages of Color #301ef9

%14.68
%9.17
%76.15

CMYK Percentages of Color #301ef9

%81
%88
%0
%2

Triadic Colors of #301ef9

#301ef9 #f9301e #1ef930

Analogous Colors of #301ef9

#301ef9 #9e1ef9 #1e7af9

Monochromatic Colors of #301ef9

#301ef9

Complementary Color

#301ef9 #e7f91e

#301ef9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#301ef9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#301ef9 Color CSS Codes

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

#301ef9 Text Font Color

<p style="color:#301ef9">Text here</p>

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


#301ef9 Background Color

<div style="background-color:#301ef9">
Div content here</div>

This div background color is #301ef9


#301ef9 Border Color

<div style="border:3px solid #301ef9">
Div here</div>

This div border color is #301ef9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,30,249, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #301ef9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #301ef9;
  -webkit-box-shadow: 1px 1px 3px 2px #301ef9;
  box-shadow:         1px 1px 3px 2px #301ef9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #301ef9


Comments

No comments written yet.

Please login to write comment.