Color Hex Logo

#331fbd Color Hex

#331FBD
(51,31,189)
0 Favorites   0 Comments

Color spaces of #331fbd

RGB 5131189
HSL0.690.720.43
HSV248°84°74°
CMYK 0.730.840.00   0.26
XYZ11.04055.357948.5964
Yxy5.35790.16990.0824
Hunter Lab23.147144.6317-108.2738
CIE-Lab27.731055.4651-77.4444

#331fbd color RGB value is (51,31,189).

#331fbd hex color red value is 51, green value is 31 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #331fbd hue: 0.69 , saturation: 0.72 and the lightness value of 331fbd is 0.43.

The process color (four color CMYK) of #331fbd color hex is 0.73, 0.84, 0.00, 0.26. Web safe color of #331fbd is #3333cc. Color #331fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00011111 10111101
Octal 63 37 275
Decimal 51 31 189
Hex 33 1F BD

RGB Percentages of Color #331fbd

%18.82
%11.44
%69.74

CMYK Percentages of Color #331fbd

%73
%84
%0
%26

Triadic Colors of #331fbd

#331fbd #bd331f #1fbd33

Analogous Colors of #331fbd

#331fbd #821fbd #1f5abd

Monochromatic Colors of #331fbd

#331fbd

Complementary Color

#331fbd #a9bd1f

#331fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#331fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#331fbd Color CSS Codes

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

#331fbd Text Font Color

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

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


#331fbd Background Color

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

This div background color is #331fbd


#331fbd Border Color

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

This div border color is #331fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #331fbd


Comments

No comments written yet.

Please login to write comment.