Color Hex Logo

#321abf Color Hex

#321ABF
(50,26,191)
0 Favorites   0 Comments

Color spaces of #321abf

RGB 5026191
HSL0.690.760.43
HSV249°86°75°
CMYK 0.740.860.00   0.25
XYZ11.08885.178549.7053
Yxy5.17850.16810.0785
Hunter Lab22.756347.1567-113.5743
CIE-Lab27.237457.9481-79.4493

#321abf color RGB value is (50,26,191).

#321abf hex color red value is 50, green value is 26 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #321abf hue: 0.69 , saturation: 0.76 and the lightness value of 321abf is 0.43.

The process color (four color CMYK) of #321abf color hex is 0.74, 0.86, 0.00, 0.25. Web safe color of #321abf is #3333cc. Color #321abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00011010 10111111
Octal 62 32 277
Decimal 50 26 191
Hex 32 1A BF

RGB Percentages of Color #321abf

%18.73
%9.74
%71.54

CMYK Percentages of Color #321abf

%74
%86
%0
%25

Triadic Colors of #321abf

#321abf #bf321a #1abf32

Analogous Colors of #321abf

#321abf #851abf #1a55bf

Monochromatic Colors of #321abf

#321abf

Complementary Color

#321abf #a7bf1a

#321abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#321abf Color CSS Codes

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

#321abf Text Font Color

<p style="color:#321abf">Text here</p>

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


#321abf Background Color

<div style="background-color:#321abf">
Div content here</div>

This div background color is #321abf


#321abf Border Color

<div style="border:3px solid #321abf">
Div here</div>

This div border color is #321abf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,26,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #321abf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #321abf;
  -webkit-box-shadow: 1px 1px 3px 2px #321abf;
  box-shadow:         1px 1px 3px 2px #321abf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321abf


Comments

No comments written yet.

Please login to write comment.