Color Hex Logo

#328fce Color Hex

#328FCE
(50,143,206)
0 Favorites   0 Comments

Color spaces of #328fce

RGB 50143206
HSL0.570.610.50
HSV204°76°81°
CMYK 0.760.310.00   0.19
XYZ22.278424.779362.0012
Yxy24.77930.20430.2272
Hunter Lab49.7788-7.2256-39.0025
CIE-Lab56.8597-5.7660-40.1513

#328fce color RGB value is (50,143,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001111 11001110
Octal 62 217 316
Decimal 50 143 206
Hex 32 8F CE

RGB Percentages of Color #328fce

%12.53
%35.84
%51.63

CMYK Percentages of Color #328fce

%76
%31
%0
%19

Triadic Colors of #328fce

#328fce #ce328f #8fce32

Analogous Colors of #328fce

#328fce #3241ce #32cebf

Monochromatic Colors of #328fce

#328fce

Complementary Color

#328fce #ce7132

#328fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#328fce Color CSS Codes

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

#328fce Text Font Color

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

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


#328fce Background Color

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

This div background color is #328fce


#328fce Border Color

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

This div border color is #328fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328fce


Comments

No comments written yet.

Please login to write comment.