Color Hex Logo

#328ece Color Hex

#328ECE
(50,142,206)
0 Favorites   0 Comments

Color spaces of #328ece

RGB 50142206
HSL0.570.610.50
HSV205°76°81°
CMYK 0.760.310.00   0.19
XYZ22.129024.480361.9514
Yxy24.48030.20380.2255
Hunter Lab49.4776-6.7511-39.6033
CIE-Lab56.5655-5.1884-40.6142

#328ece color RGB value is (50,142,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001110 11001110
Octal 62 216 316
Decimal 50 142 206
Hex 32 8E CE

RGB Percentages of Color #328ece

%12.56
%35.68
%51.76

CMYK Percentages of Color #328ece

%76
%31
%0
%19

Triadic Colors of #328ece

#328ece #ce328e #8ece32

Analogous Colors of #328ece

#328ece #3240ce #32cec0

Monochromatic Colors of #328ece

#328ece

Complementary Color

#328ece #ce7232

#328ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#328ece Color CSS Codes

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

#328ece Text Font Color

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

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


#328ece Background Color

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

This div background color is #328ece


#328ece Border Color

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

This div border color is #328ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328ece


Comments

No comments written yet.

Please login to write comment.