Color Hex Logo

#327beb Color Hex

#327BEB
(50,123,235)
0 Favorites   0 Comments

Color spaces of #327beb

RGB 50123235
HSL0.600.820.56
HSV216°79°92°
CMYK 0.790.480.00   0.08
XYZ23.393720.842281.3872
Yxy20.84220.18620.1659
Hunter Lab45.653311.5740-73.7405
CIE-Lab52.776416.8957-62.9279

#327beb color RGB value is (50,123,235).

#327beb hex color red value is 50, green value is 123 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #327beb hue: 0.60 , saturation: 0.82 and the lightness value of 327beb is 0.56.

The process color (four color CMYK) of #327beb color hex is 0.79, 0.48, 0.00, 0.08. Web safe color of #327beb is #3366ff. Color #327beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111011 11101011
Octal 62 173 353
Decimal 50 123 235
Hex 32 7B EB

RGB Percentages of Color #327beb

%12.25
%30.15
%57.60

CMYK Percentages of Color #327beb

%79
%48
%0
%8

Triadic Colors of #327beb

#327beb #eb327b #7beb32

Analogous Colors of #327beb

#327beb #4632eb #32d8eb

Monochromatic Colors of #327beb

#327beb

Complementary Color

#327beb #eba232

#327beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#327beb Color CSS Codes

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

#327beb Text Font Color

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

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


#327beb Background Color

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

This div background color is #327beb


#327beb Border Color

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

This div border color is #327beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327beb


Comments

No comments written yet.

Please login to write comment.