Color Hex Logo

#328cdc Color Hex

#328CDC
(50,140,220)
0 Favorites   0 Comments

Color spaces of #328cdc

RGB 50140220
HSL0.580.710.53
HSV208°77°86°
CMYK 0.770.360.00   0.14
XYZ23.611724.601671.2143
Yxy24.60160.19770.2060
Hunter Lab49.6000-1.8264-50.4069
CIE-Lab56.68521.0177-48.2871

#328cdc color RGB value is (50,140,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001100 11011100
Octal 62 214 334
Decimal 50 140 220
Hex 32 8C DC

RGB Percentages of Color #328cdc

%12.20
%34.15
%53.66

CMYK Percentages of Color #328cdc

%77
%36
%0
%14

Triadic Colors of #328cdc

#328cdc #dc328c #8cdc32

Analogous Colors of #328cdc

#328cdc #3237dc #32dcd7

Monochromatic Colors of #328cdc

#328cdc

Complementary Color

#328cdc #dc8232

#328cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#328cdc Color CSS Codes

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

#328cdc Text Font Color

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

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


#328cdc Background Color

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

This div background color is #328cdc


#328cdc Border Color

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

This div border color is #328cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328cdc


Comments

No comments written yet.

Please login to write comment.