Color Hex Logo

#327fbe Color Hex

#327FBE
(50,127,190)
0 Favorites   0 Comments

Color spaces of #327fbe

RGB 50127190
HSL0.580.580.47
HSV207°74°75°
CMYK 0.740.330.00   0.25
XYZ18.199019.574651.5343
Yxy19.57460.20380.2192
Hunter Lab44.2432-4.0014-38.0905
CIE-Lab51.3528-2.1277-39.7372

#327fbe color RGB value is (50,127,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111111 10111110
Octal 62 177 276
Decimal 50 127 190
Hex 32 7F BE

RGB Percentages of Color #327fbe

%13.62
%34.60
%51.77

CMYK Percentages of Color #327fbe

%74
%33
%0
%25

Triadic Colors of #327fbe

#327fbe #be327f #7fbe32

Analogous Colors of #327fbe

#327fbe #3239be #32beb7

Monochromatic Colors of #327fbe

#327fbe

Complementary Color

#327fbe #be7132

#327fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#327fbe Color CSS Codes

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

#327fbe Text Font Color

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

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


#327fbe Background Color

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

This div background color is #327fbe


#327fbe Border Color

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

This div border color is #327fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327fbe


Comments

No comments written yet.

Please login to write comment.