Color Hex Logo

#328bae Color Hex

#328BAE
(50,139,174)
0 Favorites   0 Comments

Color spaces of #328bae

RGB 50139174
HSL0.550.550.44
HSV197°71°68°
CMYK 0.710.200.00   0.32
XYZ18.188022.199343.3707
Yxy22.19930.21710.2650
Hunter Lab47.1161-13.5478-21.5955
CIE-Lab54.2378-14.6212-26.0554

#328bae color RGB value is (50,139,174).

#328bae hex color red value is 50, green value is 139 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #328bae hue: 0.55 , saturation: 0.55 and the lightness value of 328bae is 0.44.

The process color (four color CMYK) of #328bae color hex is 0.71, 0.20, 0.00, 0.32. Web safe color of #328bae is #339999. Color #328bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001011 10101110
Octal 62 213 256
Decimal 50 139 174
Hex 32 8B AE

RGB Percentages of Color #328bae

%13.77
%38.29
%47.93

CMYK Percentages of Color #328bae

%71
%20
%0
%32

Triadic Colors of #328bae

#328bae #ae328b #8bae32

Analogous Colors of #328bae

#328bae #324dae #32ae93

Monochromatic Colors of #328bae

#328bae

Complementary Color

#328bae #ae5532

#328bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#328bae Color CSS Codes

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

#328bae Text Font Color

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

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


#328bae Background Color

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

This div background color is #328bae


#328bae Border Color

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

This div border color is #328bae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,139,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328bae


Comments

No comments written yet.

Please login to write comment.