Color Hex Logo

#327ebf Color Hex

#327EBF
(50,126,191)
0 Favorites   0 Comments

Color spaces of #327ebf

RGB 50126191
HSL0.580.590.47
HSV208°74°75°
CMYK 0.740.340.00   0.25
XYZ18.180219.361452.0691
Yxy19.36140.20290.2161
Hunter Lab44.0016-3.2517-39.3595
CIE-Lab51.1074-1.1691-40.6976

#327ebf color RGB value is (50,126,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111110 10111111
Octal 62 176 277
Decimal 50 126 191
Hex 32 7E BF

RGB Percentages of Color #327ebf

%13.62
%34.33
%52.04

CMYK Percentages of Color #327ebf

%74
%34
%0
%25

Triadic Colors of #327ebf

#327ebf #bf327e #7ebf32

Analogous Colors of #327ebf

#327ebf #3237bf #32bfba

Monochromatic Colors of #327ebf

#327ebf

Complementary Color

#327ebf #bf7332

#327ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#327ebf Color CSS Codes

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

#327ebf Text Font Color

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

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


#327ebf Background Color

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

This div background color is #327ebf


#327ebf Border Color

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

This div border color is #327ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327ebf


Comments

No comments written yet.

Please login to write comment.