Color Hex Logo

#328ffd Color Hex

#328FFD
(50,143,253)
0 Favorites   0 Comments

Color spaces of #328ffd

RGB 50143253
HSL0.590.980.59
HSV213°80°99°
CMYK 0.800.430.00   0.01
XYZ28.867527.414996.6986
Yxy27.41490.18870.1792
Hunter Lab52.35926.7847-72.8471
CIE-Lab59.356411.2815-62.3179

#328ffd color RGB value is (50,143,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001111 11111101
Octal 62 217 375
Decimal 50 143 253
Hex 32 8F FD

RGB Percentages of Color #328ffd

%11.21
%32.06
%56.73

CMYK Percentages of Color #328ffd

%80
%43
%0
%1

Triadic Colors of #328ffd

#328ffd #fd328f #8ffd32

Analogous Colors of #328ffd

#328ffd #3a32fd #32f5fd

Monochromatic Colors of #328ffd

#328ffd

Complementary Color

#328ffd #fda032

#328ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#328ffd Color CSS Codes

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

#328ffd Text Font Color

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

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


#328ffd Background Color

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

This div background color is #328ffd


#328ffd Border Color

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

This div border color is #328ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.