Color Hex Logo

#323aed Color Hex

#323AED
(50,58,237)
0 Favorites   0 Comments

Color spaces of #323aed

RGB 5058237
HSL0.660.840.56
HSV237°79°93°
CMYK 0.790.760.00   0.07
XYZ18.11459.818681.0612
Yxy9.81860.16620.0901
Hunter Lab31.334648.3549-131.4461
CIE-Lab37.514957.0718-88.9981

#323aed color RGB value is (50,58,237).

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

The process color (four color CMYK) of #323aed color hex is 0.79, 0.76, 0.00, 0.07. Web safe color of #323aed is #3333ff. Color #323aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00111010 11101101
Octal 62 72 355
Decimal 50 58 237
Hex 32 3A ED

RGB Percentages of Color #323aed

%14.49
%16.81
%68.70

CMYK Percentages of Color #323aed

%79
%76
%0
%7

Triadic Colors of #323aed

#323aed #ed323a #3aed32

Analogous Colors of #323aed

#323aed #8832ed #3298ed

Monochromatic Colors of #323aed

#323aed

Complementary Color

#323aed #ede532

#323aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#323aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#323aed Color CSS Codes

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

#323aed Text Font Color

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

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


#323aed Background Color

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

This div background color is #323aed


#323aed Border Color

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

This div border color is #323aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #323aed


Comments

No comments written yet.

Please login to write comment.