Color Hex Logo

#323eba Color Hex

#323EBA
(50,62,186)
0 Favorites   0 Comments

Color spaces of #323eba

RGB 5062186
HSL0.650.580.46
HSV235°73°73°
CMYK 0.730.670.00   0.27
XYZ11.90097.668547.3073
Yxy7.66850.17800.1147
Hunter Lab27.692128.2508-81.9027
CIE-Lab33.282737.7148-66.5089

#323eba color RGB value is (50,62,186).

#323eba hex color red value is 50, green value is 62 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #323eba hue: 0.65 , saturation: 0.58 and the lightness value of 323eba is 0.46.

The process color (four color CMYK) of #323eba color hex is 0.73, 0.67, 0.00, 0.27. Web safe color of #323eba is #3333cc. Color #323eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00111110 10111010
Octal 62 76 272
Decimal 50 62 186
Hex 32 3E BA

RGB Percentages of Color #323eba

%16.78
%20.81
%62.42

CMYK Percentages of Color #323eba

%73
%67
%0
%27

Triadic Colors of #323eba

#323eba #ba323e #3eba32

Analogous Colors of #323eba

#323eba #6a32ba #3282ba

Monochromatic Colors of #323eba

#323eba

Complementary Color

#323eba #baae32

#323eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#323eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#323eba Color CSS Codes

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

#323eba Text Font Color

<p style="color:#323eba">Text here</p>

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


#323eba Background Color

<div style="background-color:#323eba">
Div content here</div>

This div background color is #323eba


#323eba Border Color

<div style="border:3px solid #323eba">
Div here</div>

This div border color is #323eba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,62,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #323eba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #323eba;
  -webkit-box-shadow: 1px 1px 3px 2px #323eba;
  box-shadow:         1px 1px 3px 2px #323eba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #323eba


Comments

No comments written yet.

Please login to write comment.