Color Hex Logo

#331fed Color Hex

#331FED
(51,31,237)
0 Favorites   0 Comments

Color spaces of #331fed

RGB 5131237
HSL0.680.850.53
HSV246°87°93°
CMYK 0.780.870.00   0.07
XYZ17.14137.798280.7225
Yxy7.79820.16220.0738
Hunter Lab27.925360.6991-151.8397
CIE-Lab33.559068.8748-95.5657

#331fed color RGB value is (51,31,237).

#331fed hex color red value is 51, green value is 31 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #331fed hue: 0.68 , saturation: 0.85 and the lightness value of 331fed is 0.53.

The process color (four color CMYK) of #331fed color hex is 0.78, 0.87, 0.00, 0.07. Web safe color of #331fed is #3333ff. Color #331fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00011111 11101101
Octal 63 37 355
Decimal 51 31 237
Hex 33 1F ED

RGB Percentages of Color #331fed

%15.99
%9.72
%74.29

CMYK Percentages of Color #331fed

%78
%87
%0
%7

Triadic Colors of #331fed

#331fed #ed331f #1fed33

Analogous Colors of #331fed

#331fed #9a1fed #1f72ed

Monochromatic Colors of #331fed

#331fed

Complementary Color

#331fed #d9ed1f

#331fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#331fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#331fed Color CSS Codes

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

#331fed Text Font Color

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

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


#331fed Background Color

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

This div background color is #331fed


#331fed Border Color

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

This div border color is #331fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #331fed


Comments

No comments written yet.

Please login to write comment.