Color Hex Logo

#326ace Color Hex

#326ACE
(50,106,206)
0 Favorites   0 Comments

Color spaces of #326ace

RGB 50106206
HSL0.610.610.50
HSV218°76°81°
CMYK 0.760.490.00   0.19
XYZ17.610015.442460.4451
Yxy15.44240.18830.1652
Hunter Lab39.296811.2214-63.6902
CIE-Lab46.234316.7918-57.0725

#326ace color RGB value is (50,106,206).

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

The process color (four color CMYK) of #326ace color hex is 0.76, 0.49, 0.00, 0.19. Web safe color of #326ace is #3366cc. Color #326ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01101010 11001110
Octal 62 152 316
Decimal 50 106 206
Hex 32 6A CE

RGB Percentages of Color #326ace

%13.81
%29.28
%56.91

CMYK Percentages of Color #326ace

%76
%49
%0
%19

Triadic Colors of #326ace

#326ace #ce326a #6ace32

Analogous Colors of #326ace

#326ace #4832ce #32b8ce

Monochromatic Colors of #326ace

#326ace

Complementary Color

#326ace #ce9632

#326ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#326ace Color CSS Codes

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

#326ace Text Font Color

<p style="color:#326ace">Text here</p>

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


#326ace Background Color

<div style="background-color:#326ace">
Div content here</div>

This div background color is #326ace


#326ace Border Color

<div style="border:3px solid #326ace">
Div here</div>

This div border color is #326ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326ace


Comments

No comments written yet.

Please login to write comment.