Color Hex Logo

#327cbe Color Hex

#327CBE
(50,124,190)
0 Favorites   0 Comments

Color spaces of #327cbe

RGB 50124190
HSL0.580.580.47
HSV208°74°75°
CMYK 0.740.350.00   0.25
XYZ17.817318.811151.4070
Yxy18.81110.20240.2137
Hunter Lab43.3718-2.5721-39.9141
CIE-Lab50.4655-0.3320-41.1386

#327cbe color RGB value is (50,124,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111100 10111110
Octal 62 174 276
Decimal 50 124 190
Hex 32 7C BE

RGB Percentages of Color #327cbe

%13.74
%34.07
%52.20

CMYK Percentages of Color #327cbe

%74
%35
%0
%25

Triadic Colors of #327cbe

#327cbe #be327c #7cbe32

Analogous Colors of #327cbe

#327cbe #3236be #32beba

Monochromatic Colors of #327cbe

#327cbe

Complementary Color

#327cbe #be7432

#327cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#327cbe Color CSS Codes

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

#327cbe Text Font Color

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

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


#327cbe Background Color

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

This div background color is #327cbe


#327cbe Border Color

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

This div border color is #327cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327cbe


Comments

No comments written yet.

Please login to write comment.