Color Hex Logo

#327ebe Color Hex

#327EBE
(50,126,190)
0 Favorites   0 Comments

Color spaces of #327ebe

RGB 50126190
HSL0.580.580.47
HSV207°74°75°
CMYK 0.740.340.00   0.25
XYZ18.070519.317551.4914
Yxy19.31750.20330.2173
Hunter Lab43.9517-3.5261-38.6948
CIE-Lab51.0566-1.5309-40.2045

#327ebe color RGB value is (50,126,190).

#327ebe hex color red value is 50, green value is 126 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #327ebe hue: 0.58 , saturation: 0.58 and the lightness value of 327ebe is 0.47.

The process color (four color CMYK) of #327ebe color hex is 0.74, 0.34, 0.00, 0.25. Web safe color of #327ebe is #3366cc. Color #327ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111110 10111110
Octal 62 176 276
Decimal 50 126 190
Hex 32 7E BE

RGB Percentages of Color #327ebe

%13.66
%34.43
%51.91

CMYK Percentages of Color #327ebe

%74
%34
%0
%25

Triadic Colors of #327ebe

#327ebe #be327e #7ebe32

Analogous Colors of #327ebe

#327ebe #3238be #32beb8

Monochromatic Colors of #327ebe

#327ebe

Complementary Color

#327ebe #be7232

#327ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#327ebe Color CSS Codes

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

#327ebe Text Font Color

<p style="color:#327ebe">Text here</p>

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


#327ebe Background Color

<div style="background-color:#327ebe">
Div content here</div>

This div background color is #327ebe


#327ebe Border Color

<div style="border:3px solid #327ebe">
Div here</div>

This div border color is #327ebe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,126,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #327ebe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #327ebe;
  -webkit-box-shadow: 1px 1px 3px 2px #327ebe;
  box-shadow:         1px 1px 3px 2px #327ebe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327ebe


Comments

No comments written yet.

Please login to write comment.