Color Hex Logo

#323adb Color Hex

#323ADB
(50,58,219)
0 Favorites   0 Comments

Color spaces of #323adb

RGB 5058219
HSL0.660.700.53
HSV237°77°86°
CMYK 0.770.740.00   0.14
XYZ15.61468.818767.8970
Yxy8.81870.16910.0955
Hunter Lab29.696341.8885-114.7720
CIE-Lab35.632951.2871-81.8456

#323adb color RGB value is (50,58,219).

#323adb hex color red value is 50, green value is 58 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #323adb hue: 0.66 , saturation: 0.70 and the lightness value of 323adb is 0.53.

The process color (four color CMYK) of #323adb color hex is 0.77, 0.74, 0.00, 0.14. Web safe color of #323adb is #3333cc. Color #323adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00111010 11011011
Octal 62 72 333
Decimal 50 58 219
Hex 32 3A DB

RGB Percentages of Color #323adb

%15.29
%17.74
%66.97

CMYK Percentages of Color #323adb

%77
%74
%0
%14

Triadic Colors of #323adb

#323adb #db323a #3adb32

Analogous Colors of #323adb

#323adb #7f32db #328fdb

Monochromatic Colors of #323adb

#323adb

Complementary Color

#323adb #dbd332

#323adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#323adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#323adb Color CSS Codes

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

#323adb Text Font Color

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

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


#323adb Background Color

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

This div background color is #323adb


#323adb Border Color

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

This div border color is #323adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #323adb


Comments

No comments written yet.

Please login to write comment.