Color Hex Logo

#328bdf Color Hex

#328BDF
(50,139,223)
0 Favorites   0 Comments

Color spaces of #328bdf

RGB 50139223
HSL0.580.730.54
HSV209°78°87°
CMYK 0.780.380.00   0.13
XYZ23.867324.471173.2775
Yxy24.47110.19630.2012
Hunter Lab49.4683-0.4473-53.1987
CIE-Lab56.55642.7028-50.1697

#328bdf color RGB value is (50,139,223).

#328bdf hex color red value is 50, green value is 139 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #328bdf hue: 0.58 , saturation: 0.73 and the lightness value of 328bdf is 0.54.

The process color (four color CMYK) of #328bdf color hex is 0.78, 0.38, 0.00, 0.13. Web safe color of #328bdf is #3399cc. Color #328bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001011 11011111
Octal 62 213 337
Decimal 50 139 223
Hex 32 8B DF

RGB Percentages of Color #328bdf

%12.14
%33.74
%54.13

CMYK Percentages of Color #328bdf

%78
%38
%0
%13

Triadic Colors of #328bdf

#328bdf #df328b #8bdf32

Analogous Colors of #328bdf

#328bdf #3234df #32dfdd

Monochromatic Colors of #328bdf

#328bdf

Complementary Color

#328bdf #df8632

#328bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#328bdf Color CSS Codes

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

#328bdf Text Font Color

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

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


#328bdf Background Color

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

This div background color is #328bdf


#328bdf Border Color

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

This div border color is #328bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328bdf


Comments

No comments written yet.

Please login to write comment.