Color Hex Logo

#329ceb Color Hex

#329CEB
(50,156,235)
0 Favorites   0 Comments

Color spaces of #329ceb

RGB 50156235
HSL0.570.820.56
HSV206°79°92°
CMYK 0.790.340.00   0.08
XYZ28.199330.453282.9891
Yxy30.45320.19910.2150
Hunter Lab55.1844-5.3590-50.5342
CIE-Lab62.0433-2.9134-48.1335

#329ceb color RGB value is (50,156,235).

#329ceb hex color red value is 50, green value is 156 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #329ceb hue: 0.57 , saturation: 0.82 and the lightness value of 329ceb is 0.56.

The process color (four color CMYK) of #329ceb color hex is 0.79, 0.34, 0.00, 0.08. Web safe color of #329ceb is #3399ff. Color #329ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011100 11101011
Octal 62 234 353
Decimal 50 156 235
Hex 32 9C EB

RGB Percentages of Color #329ceb

%11.34
%35.37
%53.29

CMYK Percentages of Color #329ceb

%79
%34
%0
%8

Triadic Colors of #329ceb

#329ceb #eb329c #9ceb32

Analogous Colors of #329ceb

#329ceb #3240eb #32ebde

Monochromatic Colors of #329ceb

#329ceb

Complementary Color

#329ceb #eb8132

#329ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#329ceb Color CSS Codes

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

#329ceb Text Font Color

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

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


#329ceb Background Color

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

This div background color is #329ceb


#329ceb Border Color

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

This div border color is #329ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329ceb


Comments

No comments written yet.

Please login to write comment.