Color Hex Logo

#327bbf Color Hex

#327BBF
(50,123,191)
0 Favorites   0 Comments

Color spaces of #327bbf

RGB 50123191
HSL0.580.590.47
HSV209°74°75°
CMYK 0.740.360.00   0.25
XYZ17.802318.605651.9432
Yxy18.60560.20150.2106
Hunter Lab43.1342-1.8146-41.2044
CIE-Lab50.22250.6347-42.0970

#327bbf color RGB value is (50,123,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111011 10111111
Octal 62 173 277
Decimal 50 123 191
Hex 32 7B BF

RGB Percentages of Color #327bbf

%13.74
%33.79
%52.47

CMYK Percentages of Color #327bbf

%74
%36
%0
%25

Triadic Colors of #327bbf

#327bbf #bf327b #7bbf32

Analogous Colors of #327bbf

#327bbf #3234bf #32bfbd

Monochromatic Colors of #327bbf

#327bbf

Complementary Color

#327bbf #bf7632

#327bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#327bbf Color CSS Codes

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

#327bbf Text Font Color

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

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


#327bbf Background Color

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

This div background color is #327bbf


#327bbf Border Color

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

This div border color is #327bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327bbf


Comments

No comments written yet.

Please login to write comment.