Color Hex Logo

#331bad Color Hex

#331BAD
(51,27,173)
0 Favorites   0 Comments

Color spaces of #331bad

RGB 5127173
HSL0.690.730.39
HSV250°84°68°
CMYK 0.710.840.00   0.32
XYZ9.30004.504839.9145
Yxy4.50480.17310.0839
Hunter Lab21.224541.0709-96.6427
CIE-Lab25.274652.4934-71.9744

#331bad color RGB value is (51,27,173).

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

The process color (four color CMYK) of #331bad color hex is 0.71, 0.84, 0.00, 0.32. Web safe color of #331bad is #333399. Color #331bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00011011 10101101
Octal 63 33 255
Decimal 51 27 173
Hex 33 1B AD

RGB Percentages of Color #331bad

%20.32
%10.76
%68.92

CMYK Percentages of Color #331bad

%71
%84
%0
%32

Triadic Colors of #331bad

#331bad #ad331b #1bad33

Analogous Colors of #331bad

#331bad #7c1bad #1b4cad

Monochromatic Colors of #331bad

#331bad

Complementary Color

#331bad #95ad1b

#331bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#331bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#331bad Color CSS Codes

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

#331bad Text Font Color

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

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


#331bad Background Color

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

This div background color is #331bad


#331bad Border Color

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

This div border color is #331bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #331bad


Comments

No comments written yet.

Please login to write comment.