Color Hex Logo

#320ecd Color Hex

#320ECD
(50,14,205)
0 Favorites   0 Comments

Color spaces of #320ecd

RGB 5014205
HSL0.700.870.43
HSV251°93°80°
CMYK 0.760.930.00   0.20
XYZ12.49195.400058.1415
Yxy5.40000.16430.0710
Hunter Lab23.237955.2892-132.0777
CIE-Lab27.845365.2262-86.6625

#320ecd color RGB value is (50,14,205).

#320ecd hex color red value is 50, green value is 14 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #320ecd hue: 0.70 , saturation: 0.87 and the lightness value of 320ecd is 0.43.

The process color (four color CMYK) of #320ecd color hex is 0.76, 0.93, 0.00, 0.20. Web safe color of #320ecd is #3300cc. Color #320ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00001110 11001101
Octal 62 16 315
Decimal 50 14 205
Hex 32 E CD

RGB Percentages of Color #320ecd

%18.59
%5.20
%76.21

CMYK Percentages of Color #320ecd

%76
%93
%0
%20

Triadic Colors of #320ecd

#320ecd #cd320e #0ecd32

Analogous Colors of #320ecd

#320ecd #920ecd #0e4acd

Monochromatic Colors of #320ecd

#320ecd

Complementary Color

#320ecd #a9cd0e

#320ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#320ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#320ecd Color CSS Codes

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

#320ecd Text Font Color

<p style="color:#320ecd">Text here</p>

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


#320ecd Background Color

<div style="background-color:#320ecd">
Div content here</div>

This div background color is #320ecd


#320ecd Border Color

<div style="border:3px solid #320ecd">
Div here</div>

This div border color is #320ecd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,14,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #320ecd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #320ecd;
  -webkit-box-shadow: 1px 1px 3px 2px #320ecd;
  box-shadow:         1px 1px 3px 2px #320ecd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #320ecd


Comments

No comments written yet.

Please login to write comment.