Color Hex Logo

#328cda Color Hex

#328CDA
(50,140,218)
0 Favorites   0 Comments

Color spaces of #328cda

RGB 50140218
HSL0.580.690.53
HSV208°77°85°
CMYK 0.770.360.00   0.15
XYZ23.348424.496269.8273
Yxy24.49620.19840.2082
Hunter Lab49.4936-2.4073-49.0028
CIE-Lab56.58120.2931-47.3319

#328cda color RGB value is (50,140,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001100 11011010
Octal 62 214 332
Decimal 50 140 218
Hex 32 8C DA

RGB Percentages of Color #328cda

%12.25
%34.31
%53.43

CMYK Percentages of Color #328cda

%77
%36
%0
%15

Triadic Colors of #328cda

#328cda #da328c #8cda32

Analogous Colors of #328cda

#328cda #3238da #32dad4

Monochromatic Colors of #328cda

#328cda

Complementary Color

#328cda #da8032

#328cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#328cda Color CSS Codes

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

#328cda Text Font Color

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

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


#328cda Background Color

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

This div background color is #328cda


#328cda Border Color

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

This div border color is #328cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328cda


Comments

No comments written yet.

Please login to write comment.