Color Hex Logo

#303abb Color Hex

#303ABB
(48,58,187)
0 Favorites   0 Comments

Color spaces of #303abb

RGB 4858187
HSL0.650.590.46
HSV236°74°73°
CMYK 0.740.690.00   0.27
XYZ11.70167.242347.7949
Yxy7.24230.17530.1085
Hunter Lab26.911530.5198-86.4611
CIE-Lab32.352340.3212-68.6318

#303abb color RGB value is (48,58,187).

#303abb hex color red value is 48, green value is 58 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #303abb hue: 0.65 , saturation: 0.59 and the lightness value of 303abb is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00111010 10111011
Octal 60 72 273
Decimal 48 58 187
Hex 30 3A BB

RGB Percentages of Color #303abb

%16.38
%19.80
%63.82

CMYK Percentages of Color #303abb

%74
%69
%0
%27

Triadic Colors of #303abb

#303abb #bb303a #3abb30

Analogous Colors of #303abb

#303abb #6c30bb #3080bb

Monochromatic Colors of #303abb

#303abb

Complementary Color

#303abb #bbb130

#303abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#303abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#303abb Color CSS Codes

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

#303abb Text Font Color

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

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


#303abb Background Color

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

This div background color is #303abb


#303abb Border Color

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

This div border color is #303abb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,58,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 #303abb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #303abb


Comments

No comments written yet.

Please login to write comment.