Color Hex Logo

#301abb Color Hex

#301ABB
(48,26,187)
0 Favorites   0 Comments

Color spaces of #301abb

RGB 4826187
HSL0.690.760.42
HSV248°86°73°
CMYK 0.740.860.00   0.27
XYZ10.55804.955047.4137
Yxy4.95500.16780.0787
Hunter Lab22.259845.7092-110.7065
CIE-Lab26.606256.7065-78.1336

#301abb color RGB value is (48,26,187).

#301abb hex color red value is 48, green value is 26 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #301abb hue: 0.69 , saturation: 0.76 and the lightness value of 301abb is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00011010 10111011
Octal 60 32 273
Decimal 48 26 187
Hex 30 1A BB

RGB Percentages of Color #301abb

%18.39
%9.96
%71.65

CMYK Percentages of Color #301abb

%74
%86
%0
%27

Triadic Colors of #301abb

#301abb #bb301a #1abb30

Analogous Colors of #301abb

#301abb #811abb #1a54bb

Monochromatic Colors of #301abb

#301abb

Complementary Color

#301abb #a5bb1a

#301abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#301abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#301abb Color CSS Codes

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

#301abb Text Font Color

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

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


#301abb Background Color

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

This div background color is #301abb


#301abb Border Color

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

This div border color is #301abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #301abb


Comments

No comments written yet.

Please login to write comment.