Color Hex Logo

#320cea Color Hex

#320CEA
(50,12,234)
0 Favorites   0 Comments

Color spaces of #320cea

RGB 5012234
HSL0.700.900.48
HSV250°95°92°
CMYK 0.790.950.00   0.08
XYZ16.29816.881678.3112
Yxy6.88160.16060.0678
Hunter Lab26.232864.9923-158.6319
CIE-Lab31.535872.8854-97.2334

#320cea color RGB value is (50,12,234).

#320cea hex color red value is 50, green value is 12 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #320cea hue: 0.70 , saturation: 0.90 and the lightness value of 320cea is 0.48.

The process color (four color CMYK) of #320cea color hex is 0.79, 0.95, 0.00, 0.08. Web safe color of #320cea is #3300ff. Color #320cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00001100 11101010
Octal 62 14 352
Decimal 50 12 234
Hex 32 C EA

RGB Percentages of Color #320cea

%16.89
%4.05
%79.05

CMYK Percentages of Color #320cea

%79
%95
%0
%8

Triadic Colors of #320cea

#320cea #ea320c #0cea32

Analogous Colors of #320cea

#320cea #a10cea #0c55ea

Monochromatic Colors of #320cea

#320cea

Complementary Color

#320cea #c4ea0c

#320cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#320cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#320cea Color CSS Codes

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

#320cea Text Font Color

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

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


#320cea Background Color

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

This div background color is #320cea


#320cea Border Color

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

This div border color is #320cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #320cea


Comments

No comments written yet.

Please login to write comment.