Color Hex Logo

#327eeb Color Hex

#327EEB
(50,126,235)
1 Favorites   0 Comments

Color spaces of #327eeb

RGB 50126235
HSL0.600.820.56
HSV215°79°92°
CMYK 0.790.460.00   0.08
XYZ23.771621.598081.5132
Yxy21.59800.18740.1702
Hunter Lab46.47369.9751-71.4611
CIE-Lab53.597915.0330-61.6051

#327eeb color RGB value is (50,126,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111110 11101011
Octal 62 176 353
Decimal 50 126 235
Hex 32 7E EB

RGB Percentages of Color #327eeb

%12.17
%30.66
%57.18

CMYK Percentages of Color #327eeb

%79
%46
%0
%8

Triadic Colors of #327eeb

#327eeb #eb327e #7eeb32

Analogous Colors of #327eeb

#327eeb #4232eb #32dbeb

Monochromatic Colors of #327eeb

#327eeb

Complementary Color

#327eeb #eb9f32

#327eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#327eeb Color CSS Codes

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

#327eeb Text Font Color

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

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


#327eeb Background Color

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

This div background color is #327eeb


#327eeb Border Color

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

This div border color is #327eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327eeb


Comments

No comments written yet.

Please login to write comment.