Color Hex Logo

#329ece Color Hex

#329ECE
(50,158,206)
0 Favorites   0 Comments

Color spaces of #329ece

RGB 50158206
HSL0.550.610.50
HSV198°76°81°
CMYK 0.760.230.00   0.19
XYZ24.682829.588162.8027
Yxy29.58810.21080.2527
Hunter Lab54.3949-14.1932-30.3779
CIE-Lab61.2972-14.1790-33.2118

#329ece color RGB value is (50,158,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011110 11001110
Octal 62 236 316
Decimal 50 158 206
Hex 32 9E CE

RGB Percentages of Color #329ece

%12.08
%38.16
%49.76

CMYK Percentages of Color #329ece

%76
%23
%0
%19

Triadic Colors of #329ece

#329ece #ce329e #9ece32

Analogous Colors of #329ece

#329ece #3250ce #32ceb0

Monochromatic Colors of #329ece

#329ece

Complementary Color

#329ece #ce6232

#329ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#329ece Color CSS Codes

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

#329ece Text Font Color

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

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


#329ece Background Color

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

This div background color is #329ece


#329ece Border Color

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

This div border color is #329ece


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,158,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 #329ece">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329ece


Comments

No comments written yet.

Please login to write comment.