Color Hex Logo

#301ec9 Color Hex

#301EC9
(48,30,201)
0 Favorites   0 Comments

Color spaces of #301ec9

RGB 4830201
HSL0.680.740.45
HSV246°85°79°
CMYK 0.760.850.00   0.21
XYZ12.22585.774055.7285
Yxy5.77400.16580.0783
Hunter Lab24.029148.7681-120.6852
CIE-Lab28.835059.1421-82.6796

#301ec9 color RGB value is (48,30,201).

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

The process color (four color CMYK) of #301ec9 color hex is 0.76, 0.85, 0.00, 0.21. Web safe color of #301ec9 is #3333cc. Color #301ec9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00011110 11001001
Octal 60 36 311
Decimal 48 30 201
Hex 30 1E C9

RGB Percentages of Color #301ec9

%17.20
%10.75
%72.04

CMYK Percentages of Color #301ec9

%76
%85
%0
%21

Triadic Colors of #301ec9

#301ec9 #c9301e #1ec930

Analogous Colors of #301ec9

#301ec9 #861ec9 #1e62c9

Monochromatic Colors of #301ec9

#301ec9

Complementary Color

#301ec9 #b7c91e

#301ec9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#301ec9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#301ec9 Color CSS Codes

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

#301ec9 Text Font Color

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

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


#301ec9 Background Color

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

This div background color is #301ec9


#301ec9 Border Color

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

This div border color is #301ec9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #301ec9


Comments

No comments written yet.

Please login to write comment.