Color Hex Logo

#301ecb Color Hex

#301ECB
(48,30,203)
0 Favorites   0 Comments

Color spaces of #301ecb

RGB 4830203
HSL0.680.740.46
HSV246°85°80°
CMYK 0.760.850.00   0.20
XYZ12.46275.868756.9758
Yxy5.86870.16550.0779
Hunter Lab24.225449.4345-122.4866
CIE-Lab29.078859.7111-83.4440

#301ecb color RGB value is (48,30,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00011110 11001011
Octal 60 36 313
Decimal 48 30 203
Hex 30 1E CB

RGB Percentages of Color #301ecb

%17.08
%10.68
%72.24

CMYK Percentages of Color #301ecb

%76
%85
%0
%20

Triadic Colors of #301ecb

#301ecb #cb301e #1ecb30

Analogous Colors of #301ecb

#301ecb #871ecb #1e63cb

Monochromatic Colors of #301ecb

#301ecb

Complementary Color

#301ecb #b9cb1e

#301ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#301ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#301ecb Color CSS Codes

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

#301ecb Text Font Color

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

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


#301ecb Background Color

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

This div background color is #301ecb


#301ecb Border Color

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

This div border color is #301ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #301ecb


Comments

No comments written yet.

Please login to write comment.