Color Hex Logo

#328abb Color Hex

#328ABB
(50,138,187)
0 Favorites   0 Comments

Color spaces of #328abb

RGB 50138187
HSL0.560.580.46
HSV201°73°73°
CMYK 0.730.260.00   0.27
XYZ19.373522.442950.3245
Yxy22.44290.21030.2436
Hunter Lab47.3739-9.9071-29.8210
CIE-Lab54.4938-9.5958-33.0923

#328abb color RGB value is (50,138,187).

#328abb hex color red value is 50, green value is 138 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #328abb hue: 0.56 , saturation: 0.58 and the lightness value of 328abb is 0.46.

The process color (four color CMYK) of #328abb color hex is 0.73, 0.26, 0.00, 0.27. Web safe color of #328abb is #3399cc. Color #328abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001010 10111011
Octal 62 212 273
Decimal 50 138 187
Hex 32 8A BB

RGB Percentages of Color #328abb

%13.33
%36.80
%49.87

CMYK Percentages of Color #328abb

%73
%26
%0
%27

Triadic Colors of #328abb

#328abb #bb328a #8abb32

Analogous Colors of #328abb

#328abb #3246bb #32bba8

Monochromatic Colors of #328abb

#328abb

Complementary Color

#328abb #bb6332

#328abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#328abb Color CSS Codes

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

#328abb Text Font Color

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

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


#328abb Background Color

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

This div background color is #328abb


#328abb Border Color

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

This div border color is #328abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328abb


Comments

No comments written yet.

Please login to write comment.