Color Hex Logo

#301ecf Color Hex

#301ECF
(48,30,207)
0 Favorites   0 Comments

Color spaces of #301ecf

RGB 4830207
HSL0.680.750.46
HSV246°86°81°
CMYK 0.770.860.00   0.19
XYZ12.94576.061959.5192
Yxy6.06190.16490.0772
Hunter Lab24.620950.7688-126.0944
CIE-Lab29.568160.8419-84.9636

#301ecf color RGB value is (48,30,207).

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

The process color (four color CMYK) of #301ecf color hex is 0.77, 0.86, 0.00, 0.19. Web safe color of #301ecf is #3333cc. Color #301ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00011110 11001111
Octal 60 36 317
Decimal 48 30 207
Hex 30 1E CF

RGB Percentages of Color #301ecf

%16.84
%10.53
%72.63

CMYK Percentages of Color #301ecf

%77
%86
%0
%19

Triadic Colors of #301ecf

#301ecf #cf301e #1ecf30

Analogous Colors of #301ecf

#301ecf #891ecf #1e65cf

Monochromatic Colors of #301ecf

#301ecf

Complementary Color

#301ecf #bdcf1e

#301ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#301ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#301ecf Color CSS Codes

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

#301ecf Text Font Color

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

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


#301ecf Background Color

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

This div background color is #301ecf


#301ecf Border Color

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

This div border color is #301ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #301ecf


Comments

No comments written yet.

Please login to write comment.