Color Hex Logo

#328acf Color Hex

#328ACF
(50,138,207)
0 Favorites   0 Comments

Color spaces of #328acf

RGB 50138207
HSL0.570.620.50
HSV206°76°81°
CMYK 0.760.330.00   0.19
XYZ21.666423.360162.3985
Yxy23.36010.20170.2175
Hunter Lab48.3323-4.5635-42.7126
CIE-Lab55.4413-2.5013-42.9502

#328acf color RGB value is (50,138,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001010 11001111
Octal 62 212 317
Decimal 50 138 207
Hex 32 8A CF

RGB Percentages of Color #328acf

%12.66
%34.94
%52.41

CMYK Percentages of Color #328acf

%76
%33
%0
%19

Triadic Colors of #328acf

#328acf #cf328a #8acf32

Analogous Colors of #328acf

#328acf #323ccf #32cfc6

Monochromatic Colors of #328acf

#328acf

Complementary Color

#328acf #cf7732

#328acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#328acf Color CSS Codes

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

#328acf Text Font Color

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

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


#328acf Background Color

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

This div background color is #328acf


#328acf Border Color

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

This div border color is #328acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328acf


Comments

No comments written yet.

Please login to write comment.