Color Hex Logo

#328adf Color Hex

#328ADF
(50,138,223)
0 Favorites   0 Comments

Color spaces of #328adf

RGB 50138223
HSL0.580.730.54
HSV209°78°87°
CMYK 0.780.380.00   0.13
XYZ23.723224.182873.2294
Yxy24.18280.19580.1996
Hunter Lab49.17600.0529-53.8672
CIE-Lab56.27043.2997-50.6246

#328adf color RGB value is (50,138,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001010 11011111
Octal 62 212 337
Decimal 50 138 223
Hex 32 8A DF

RGB Percentages of Color #328adf

%12.17
%33.58
%54.26

CMYK Percentages of Color #328adf

%78
%38
%0
%13

Triadic Colors of #328adf

#328adf #df328a #8adf32

Analogous Colors of #328adf

#328adf #3233df #32dfde

Monochromatic Colors of #328adf

#328adf

Complementary Color

#328adf #df8732

#328adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#328adf Color CSS Codes

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

#328adf Text Font Color

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

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


#328adf Background Color

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

This div background color is #328adf


#328adf Border Color

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

This div border color is #328adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328adf


Comments

No comments written yet.

Please login to write comment.