Color Hex Logo

#328afd Color Hex

#328AFD
(50,138,253)
0 Favorites   0 Comments

Color spaces of #328afd

RGB 50138253
HSL0.590.980.59
HSV214°80°99°
CMYK 0.800.450.00   0.01
XYZ28.133525.946996.4540
Yxy25.94690.18690.1724
Hunter Lab50.93819.4452-76.6121
CIE-Lab57.986614.3127-64.5174

#328afd color RGB value is (50,138,253).

#328afd hex color red value is 50, green value is 138 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #328afd hue: 0.59 , saturation: 0.98 and the lightness value of 328afd is 0.59.

The process color (four color CMYK) of #328afd color hex is 0.80, 0.45, 0.00, 0.01. Web safe color of #328afd is #3399ff. Color #328afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001010 11111101
Octal 62 212 375
Decimal 50 138 253
Hex 32 8A FD

RGB Percentages of Color #328afd

%11.34
%31.29
%57.37

CMYK Percentages of Color #328afd

%80
%45
%0
%1

Triadic Colors of #328afd

#328afd #fd328a #8afd32

Analogous Colors of #328afd

#328afd #4032fd #32f0fd

Monochromatic Colors of #328afd

#328afd

Complementary Color

#328afd #fda532

#328afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#328afd Color CSS Codes

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

#328afd Text Font Color

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

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


#328afd Background Color

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

This div background color is #328afd


#328afd Border Color

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

This div border color is #328afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328afd


Comments

No comments written yet.

Please login to write comment.