Color Hex Logo

#3088ab Color Hex

#3088AB
(48,136,171)
0 Favorites   0 Comments

Color spaces of #3088ab

RGB 48136171
HSL0.550.560.43
HSV197°72°67°
CMYK 0.720.200.00   0.33
XYZ17.373821.177041.6999
Yxy21.17700.21650.2639
Hunter Lab46.0185-13.1415-21.5130
CIE-Lab53.1427-14.2659-26.0292

#3088ab color RGB value is (48,136,171).

#3088ab hex color red value is 48, green value is 136 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #3088ab hue: 0.55 , saturation: 0.56 and the lightness value of 3088ab is 0.43.

The process color (four color CMYK) of #3088ab color hex is 0.72, 0.20, 0.00, 0.33. Web safe color of #3088ab is #339999. Color #3088ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001000 10101011
Octal 60 210 253
Decimal 48 136 171
Hex 30 88 AB

RGB Percentages of Color #3088ab

%13.52
%38.31
%48.17

CMYK Percentages of Color #3088ab

%72
%20
%0
%33

Triadic Colors of #3088ab

#3088ab #ab3088 #88ab30

Analogous Colors of #3088ab

#3088ab #304bab #30ab91

Monochromatic Colors of #3088ab

#3088ab

Complementary Color

#3088ab #ab5330

#3088ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3088ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3088ab Color CSS Codes

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

#3088ab Text Font Color

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

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


#3088ab Background Color

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

This div background color is #3088ab


#3088ab Border Color

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

This div border color is #3088ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3088ab


Comments

No comments written yet.

Please login to write comment.