Color Hex Logo

#3028ab Color Hex

#3028AB
(48,40,171)
0 Favorites   0 Comments

Color spaces of #3028ab

RGB 4840171
HSL0.680.620.41
HSV244°77°67°
CMYK 0.720.770.00   0.33
XYZ9.32845.086239.0182
Yxy5.08620.17460.0952
Hunter Lab22.552634.3656-86.7906
CIE-Lab26.978945.3815-67.9564

#3028ab color RGB value is (48,40,171).

#3028ab hex color red value is 48, green value is 40 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #3028ab hue: 0.68 , saturation: 0.62 and the lightness value of 3028ab is 0.41.

The process color (four color CMYK) of #3028ab color hex is 0.72, 0.77, 0.00, 0.33. Web safe color of #3028ab is #333399. Color #3028ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00101000 10101011
Octal 60 50 253
Decimal 48 40 171
Hex 30 28 AB

RGB Percentages of Color #3028ab

%18.53
%15.44
%66.02

CMYK Percentages of Color #3028ab

%72
%77
%0
%33

Triadic Colors of #3028ab

#3028ab #ab3028 #28ab30

Analogous Colors of #3028ab

#3028ab #7228ab #2862ab

Monochromatic Colors of #3028ab

#3028ab

Complementary Color

#3028ab #a3ab28

#3028ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3028ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3028ab Color CSS Codes

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

#3028ab Text Font Color

<p style="color:#3028ab">Text here</p>

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


#3028ab Background Color

<div style="background-color:#3028ab">
Div content here</div>

This div background color is #3028ab


#3028ab Border Color

<div style="border:3px solid #3028ab">
Div here</div>

This div border color is #3028ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,40,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3028ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3028ab;
  -webkit-box-shadow: 1px 1px 3px 2px #3028ab;
  box-shadow:         1px 1px 3px 2px #3028ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3028ab


Comments

No comments written yet.

Please login to write comment.