Color Hex Logo

#331dd9 Color Hex

#331DD9
(51,29,217)
0 Favorites   0 Comments

Color spaces of #331dd9

RGB 5129217
HSL0.690.760.48
HSV247°87°85°
CMYK 0.760.870.00   0.15
XYZ14.32906.592366.1629
Yxy6.59230.16450.0757
Hunter Lab25.675554.6854-134.8110
CIE-Lab30.860164.1274-88.6072

#331dd9 color RGB value is (51,29,217).

#331dd9 hex color red value is 51, green value is 29 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #331dd9 hue: 0.69 , saturation: 0.76 and the lightness value of 331dd9 is 0.48.

The process color (four color CMYK) of #331dd9 color hex is 0.76, 0.87, 0.00, 0.15. Web safe color of #331dd9 is #3333cc. Color #331dd9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00011101 11011001
Octal 63 35 331
Decimal 51 29 217
Hex 33 1D D9

RGB Percentages of Color #331dd9

%17.17
%9.76
%73.06

CMYK Percentages of Color #331dd9

%76
%87
%0
%15

Triadic Colors of #331dd9

#331dd9 #d9331d #1dd933

Analogous Colors of #331dd9

#331dd9 #911dd9 #1d65d9

Monochromatic Colors of #331dd9

#331dd9

Complementary Color

#331dd9 #c3d91d

#331dd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#331dd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#331dd9 Color CSS Codes

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

#331dd9 Text Font Color

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

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


#331dd9 Background Color

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

This div background color is #331dd9


#331dd9 Border Color

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

This div border color is #331dd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #331dd9


Comments

No comments written yet.

Please login to write comment.