Color Hex Logo

#326acf Color Hex

#326ACF
(50,106,207)
0 Favorites   0 Comments

Color spaces of #326acf

RGB 50106207
HSL0.610.620.50
HSV219°76°81°
CMYK 0.760.490.00   0.19
XYZ17.731915.491261.0870
Yxy15.49120.18800.1643
Hunter Lab39.358911.5396-64.4700
CIE-Lab46.299817.1657-57.5394

#326acf color RGB value is (50,106,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01101010 11001111
Octal 62 152 317
Decimal 50 106 207
Hex 32 6A CF

RGB Percentages of Color #326acf

%13.77
%29.20
%57.02

CMYK Percentages of Color #326acf

%76
%49
%0
%19

Triadic Colors of #326acf

#326acf #cf326a #6acf32

Analogous Colors of #326acf

#326acf #4832cf #32b9cf

Monochromatic Colors of #326acf

#326acf

Complementary Color

#326acf #cf9732

#326acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#326acf Color CSS Codes

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

#326acf Text Font Color

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

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


#326acf Background Color

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

This div background color is #326acf


#326acf Border Color

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

This div border color is #326acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326acf


Comments

No comments written yet.

Please login to write comment.