Color Hex Logo

#320ceb Color Hex

#320CEB
(50,12,235)
0 Favorites   0 Comments

Color spaces of #320ceb

RGB 5012235
HSL0.700.900.48
HSV250°95°92°
CMYK 0.790.950.00   0.08
XYZ16.44236.939279.0701
Yxy6.93920.16050.0677
Hunter Lab26.342465.3165-159.5272
CIE-Lab31.668173.1321-97.5823

#320ceb color RGB value is (50,12,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00001100 11101011
Octal 62 14 353
Decimal 50 12 235
Hex 32 C EB

RGB Percentages of Color #320ceb

%16.84
%4.04
%79.12

CMYK Percentages of Color #320ceb

%79
%95
%0
%8

Triadic Colors of #320ceb

#320ceb #eb320c #0ceb32

Analogous Colors of #320ceb

#320ceb #a20ceb #0c55eb

Monochromatic Colors of #320ceb

#320ceb

Complementary Color

#320ceb #c5eb0c

#320ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#320ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#320ceb Color CSS Codes

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

#320ceb Text Font Color

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

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


#320ceb Background Color

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

This div background color is #320ceb


#320ceb Border Color

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

This div border color is #320ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #320ceb


Comments

No comments written yet.

Please login to write comment.