Color Hex Logo

#328fcd Color Hex

#328FCD
(50,143,205)
0 Favorites   0 Comments

Color spaces of #328fcd

RGB 50143205
HSL0.570.610.50
HSV204°76°80°
CMYK 0.760.300.00   0.20
XYZ22.157324.730861.3633
Yxy24.73080.20470.2285
Hunter Lab49.7301-7.4967-38.3485
CIE-Lab56.8122-6.1206-39.6628

#328fcd color RGB value is (50,143,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001111 11001101
Octal 62 217 315
Decimal 50 143 205
Hex 32 8F CD

RGB Percentages of Color #328fcd

%12.56
%35.93
%51.51

CMYK Percentages of Color #328fcd

%76
%30
%0
%20

Triadic Colors of #328fcd

#328fcd #cd328f #8fcd32

Analogous Colors of #328fcd

#328fcd #3241cd #32cdbe

Monochromatic Colors of #328fcd

#328fcd

Complementary Color

#328fcd #cd7032

#328fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#328fcd Color CSS Codes

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

#328fcd Text Font Color

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

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


#328fcd Background Color

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

This div background color is #328fcd


#328fcd Border Color

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

This div border color is #328fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328fcd


Comments

No comments written yet.

Please login to write comment.