Color Hex Logo

#321bbe Color Hex

#321BBE
(50,27,190)
0 Favorites   0 Comments

Color spaces of #321bbe

RGB 5027190
HSL0.690.750.43
HSV248°86°75°
CMYK 0.740.860.00   0.25
XYZ11.00165.179749.1351
Yxy5.17970.16840.0793
Hunter Lab22.759046.4581-112.0720
CIE-Lab27.240757.2916-78.8524

#321bbe color RGB value is (50,27,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00011011 10111110
Octal 62 33 276
Decimal 50 27 190
Hex 32 1B BE

RGB Percentages of Color #321bbe

%18.73
%10.11
%71.16

CMYK Percentages of Color #321bbe

%74
%86
%0
%25

Triadic Colors of #321bbe

#321bbe #be321b #1bbe32

Analogous Colors of #321bbe

#321bbe #841bbe #1b56be

Monochromatic Colors of #321bbe

#321bbe

Complementary Color

#321bbe #a7be1b

#321bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#321bbe Color CSS Codes

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

#321bbe Text Font Color

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

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


#321bbe Background Color

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

This div background color is #321bbe


#321bbe Border Color

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

This div border color is #321bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321bbe


Comments

No comments written yet.

Please login to write comment.