Color Hex Logo

#328cdb Color Hex

#328CDB
(50,140,219)
0 Favorites   0 Comments

Color spaces of #328cdb

RGB 50140219
HSL0.580.700.53
HSV208°77°86°
CMYK 0.770.360.00   0.14
XYZ23.479724.548770.5187
Yxy24.54870.19810.2071
Hunter Lab49.5466-2.1171-49.7036
CIE-Lab56.63300.6556-47.8099

#328cdb color RGB value is (50,140,219).

#328cdb hex color red value is 50, green value is 140 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #328cdb hue: 0.58 , saturation: 0.70 and the lightness value of 328cdb is 0.53.

The process color (four color CMYK) of #328cdb color hex is 0.77, 0.36, 0.00, 0.14. Web safe color of #328cdb is #3399cc. Color #328cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001100 11011011
Octal 62 214 333
Decimal 50 140 219
Hex 32 8C DB

RGB Percentages of Color #328cdb

%12.22
%34.23
%53.55

CMYK Percentages of Color #328cdb

%77
%36
%0
%14

Triadic Colors of #328cdb

#328cdb #db328c #8cdb32

Analogous Colors of #328cdb

#328cdb #3238db #32dbd6

Monochromatic Colors of #328cdb

#328cdb

Complementary Color

#328cdb #db8132

#328cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#328cdb Color CSS Codes

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

#328cdb Text Font Color

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

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


#328cdb Background Color

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

This div background color is #328cdb


#328cdb Border Color

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

This div border color is #328cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328cdb


Comments

No comments written yet.

Please login to write comment.