Color Hex Logo

#328eaf Color Hex

#328EAF
(50,142,175)
0 Favorites   0 Comments

Color spaces of #328eaf

RGB 50142175
HSL0.540.560.44
HSV196°71°69°
CMYK 0.710.190.00   0.31
XYZ18.726323.119344.0329
Yxy23.11930.21810.2692
Hunter Lab48.0825-14.6255-20.6387
CIE-Lab55.1950-15.9321-25.1503

#328eaf color RGB value is (50,142,175).

#328eaf hex color red value is 50, green value is 142 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #328eaf hue: 0.54 , saturation: 0.56 and the lightness value of 328eaf is 0.44.

The process color (four color CMYK) of #328eaf color hex is 0.71, 0.19, 0.00, 0.31. Web safe color of #328eaf is #339999. Color #328eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001110 10101111
Octal 62 216 257
Decimal 50 142 175
Hex 32 8E AF

RGB Percentages of Color #328eaf

%13.62
%38.69
%47.68

CMYK Percentages of Color #328eaf

%71
%19
%0
%31

Triadic Colors of #328eaf

#328eaf #af328e #8eaf32

Analogous Colors of #328eaf

#328eaf #3250af #32af92

Monochromatic Colors of #328eaf

#328eaf

Complementary Color

#328eaf #af5332

#328eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#328eaf Color CSS Codes

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

#328eaf Text Font Color

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

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


#328eaf Background Color

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

This div background color is #328eaf


#328eaf Border Color

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

This div border color is #328eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328eaf


Comments

No comments written yet.

Please login to write comment.