Color Hex Logo

#328fcb Color Hex

#328FCB
(50,143,203)
0 Favorites   0 Comments

Color spaces of #328fcb

RGB 50143203
HSL0.570.600.50
HSV204°75°80°
CMYK 0.750.300.00   0.20
XYZ21.917324.634860.0997
Yxy24.63480.20550.2310
Hunter Lab49.6335-8.0359-37.0491
CIE-Lab56.7178-6.8291-38.6837

#328fcb color RGB value is (50,143,203).

#328fcb hex color red value is 50, green value is 143 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #328fcb hue: 0.57 , saturation: 0.60 and the lightness value of 328fcb is 0.50.

The process color (four color CMYK) of #328fcb color hex is 0.75, 0.30, 0.00, 0.20. Web safe color of #328fcb is #3399cc. Color #328fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001111 11001011
Octal 62 217 313
Decimal 50 143 203
Hex 32 8F CB

RGB Percentages of Color #328fcb

%12.63
%36.11
%51.26

CMYK Percentages of Color #328fcb

%75
%30
%0
%20

Triadic Colors of #328fcb

#328fcb #cb328f #8fcb32

Analogous Colors of #328fcb

#328fcb #3242cb #32cbbb

Monochromatic Colors of #328fcb

#328fcb

Complementary Color

#328fcb #cb6e32

#328fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#328fcb Color CSS Codes

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

#328fcb Text Font Color

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

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


#328fcb Background Color

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

This div background color is #328fcb


#328fcb Border Color

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

This div border color is #328fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328fcb


Comments

No comments written yet.

Please login to write comment.