Color Hex Logo

#328ccd Color Hex

#328CCD
(50,140,205)
0 Favorites   0 Comments

Color spaces of #328ccd

RGB 50140205
HSL0.570.610.50
HSV205°76°80°
CMYK 0.760.320.00   0.20
XYZ21.712923.842161.2152
Yxy23.84210.20340.2233
Hunter Lab48.8284-6.0746-40.1509
CIE-Lab55.9294-4.3865-41.0519

#328ccd color RGB value is (50,140,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001100 11001101
Octal 62 214 315
Decimal 50 140 205
Hex 32 8C CD

RGB Percentages of Color #328ccd

%12.66
%35.44
%51.90

CMYK Percentages of Color #328ccd

%76
%32
%0
%20

Triadic Colors of #328ccd

#328ccd #cd328c #8ccd32

Analogous Colors of #328ccd

#328ccd #323fcd #32cdc1

Monochromatic Colors of #328ccd

#328ccd

Complementary Color

#328ccd #cd7332

#328ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#328ccd Color CSS Codes

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

#328ccd Text Font Color

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

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


#328ccd Background Color

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

This div background color is #328ccd


#328ccd Border Color

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

This div border color is #328ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328ccd


Comments

No comments written yet.

Please login to write comment.