Color Hex Logo

#331bab Color Hex

#331BAB
(51,27,171)
0 Favorites   0 Comments

Color spaces of #331bab

RGB 5127171
HSL0.690.730.39
HSV250°84°67°
CMYK 0.700.840.00   0.33
XYZ9.10794.427938.9027
Yxy4.42790.17370.0844
Hunter Lab21.042640.4360-94.8833
CIE-Lab25.038451.9141-71.1618

#331bab color RGB value is (51,27,171).

#331bab hex color red value is 51, green value is 27 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #331bab hue: 0.69 , saturation: 0.73 and the lightness value of 331bab is 0.39.

The process color (four color CMYK) of #331bab color hex is 0.70, 0.84, 0.00, 0.33. Web safe color of #331bab is #333399. Color #331bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00011011 10101011
Octal 63 33 253
Decimal 51 27 171
Hex 33 1B AB

RGB Percentages of Color #331bab

%20.48
%10.84
%68.67

CMYK Percentages of Color #331bab

%70
%84
%0
%33

Triadic Colors of #331bab

#331bab #ab331b #1bab33

Analogous Colors of #331bab

#331bab #7b1bab #1b4bab

Monochromatic Colors of #331bab

#331bab

Complementary Color

#331bab #93ab1b

#331bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#331bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#331bab Color CSS Codes

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

#331bab Text Font Color

<p style="color:#331bab">Text here</p>

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


#331bab Background Color

<div style="background-color:#331bab">
Div content here</div>

This div background color is #331bab


#331bab Border Color

<div style="border:3px solid #331bab">
Div here</div>

This div border color is #331bab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,27,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #331bab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #331bab;
  -webkit-box-shadow: 1px 1px 3px 2px #331bab;
  box-shadow:         1px 1px 3px 2px #331bab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #331bab


Comments

No comments written yet.

Please login to write comment.