Color Hex Logo

#328ddd Color Hex

#328DDD
(50,141,221)
0 Favorites   0 Comments

Color spaces of #328ddd

RGB 50141221
HSL0.580.720.53
HSV208°77°87°
CMYK 0.770.360.00   0.13
XYZ23.891424.948371.9629
Yxy24.94830.19780.2065
Hunter Lab49.9483-2.0289-50.4582
CIE-Lab57.02500.7891-48.3074

#328ddd color RGB value is (50,141,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001101 11011101
Octal 62 215 335
Decimal 50 141 221
Hex 32 8D DD

RGB Percentages of Color #328ddd

%12.14
%34.22
%53.64

CMYK Percentages of Color #328ddd

%77
%36
%0
%13

Triadic Colors of #328ddd

#328ddd #dd328d #8ddd32

Analogous Colors of #328ddd

#328ddd #3238dd #32ddd8

Monochromatic Colors of #328ddd

#328ddd

Complementary Color

#328ddd #dd8232

#328ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#328ddd Color CSS Codes

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

#328ddd Text Font Color

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

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


#328ddd Background Color

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

This div background color is #328ddd


#328ddd Border Color

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

This div border color is #328ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328ddd


Comments

No comments written yet.

Please login to write comment.