Color Hex Logo

#327aeb Color Hex

#327AEB
(50,122,235)
0 Favorites   0 Comments

Color spaces of #327aeb

RGB 50122235
HSL0.600.820.56
HSV217°79°92°
CMYK 0.790.480.00   0.08
XYZ23.270320.595381.3461
Yxy20.59530.18580.1645
Hunter Lab45.382012.1099-74.5083
CIE-Lab52.503717.5190-63.3674

#327aeb color RGB value is (50,122,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111010 11101011
Octal 62 172 353
Decimal 50 122 235
Hex 32 7A EB

RGB Percentages of Color #327aeb

%12.29
%29.98
%57.74

CMYK Percentages of Color #327aeb

%79
%48
%0
%8

Triadic Colors of #327aeb

#327aeb #eb327a #7aeb32

Analogous Colors of #327aeb

#327aeb #4632eb #32d7eb

Monochromatic Colors of #327aeb

#327aeb

Complementary Color

#327aeb #eba332

#327aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#327aeb Color CSS Codes

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

#327aeb Text Font Color

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

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


#327aeb Background Color

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

This div background color is #327aeb


#327aeb Border Color

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

This div border color is #327aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327aeb


Comments

No comments written yet.

Please login to write comment.