Color Hex Logo

#331899 Color Hex

#331899
(51,24,153)
0 Favorites   0 Comments

Color spaces of #331899

RGB 5124153
HSL0.700.730.35
HSV253°84°60°
CMYK 0.670.840.00   0.40
XYZ7.44163.657030.4506
Yxy3.65700.17910.0880
Hunter Lab19.123335.9954-81.0230
CIE-Lab22.503447.9378-64.4050

#331899 color RGB value is (51,24,153).

#331899 hex color red value is 51, green value is 24 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #331899 hue: 0.70 , saturation: 0.73 and the lightness value of 331899 is 0.35.

The process color (four color CMYK) of #331899 color hex is 0.67, 0.84, 0.00, 0.40. Web safe color of #331899 is #330099. Color #331899 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00011000 10011001
Octal 63 30 231
Decimal 51 24 153
Hex 33 18 99

RGB Percentages of Color #331899

%22.37
%10.53
%67.11

CMYK Percentages of Color #331899

%67
%84
%0
%40

Triadic Colors of #331899

#331899 #993318 #189933

Analogous Colors of #331899

#331899 #741899 #183e99

Monochromatic Colors of #331899

#331899

Complementary Color

#331899 #7e9918

#331899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#331899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#331899 Color CSS Codes

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

#331899 Text Font Color

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

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


#331899 Background Color

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

This div background color is #331899


#331899 Border Color

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

This div border color is #331899


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,24,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #331899; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #331899;
  -webkit-box-shadow: 1px 1px 3px 2px #331899;
  box-shadow:         1px 1px 3px 2px #331899; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #331899


Comments

No comments written yet.

Please login to write comment.