Color Hex Logo

#331eaf Color Hex

#331EAF
(51,30,175)
0 Favorites   0 Comments

Color spaces of #331eaf

RGB 5130175
HSL0.690.710.40
HSV249°83°69°
CMYK 0.710.830.00   0.31
XYZ9.56744.727540.9657
Yxy4.72750.17310.0855
Hunter Lab21.742840.4947-96.4885
CIE-Lab25.943951.7961-72.0662

#331eaf color RGB value is (51,30,175).

#331eaf hex color red value is 51, green value is 30 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #331eaf hue: 0.69 , saturation: 0.71 and the lightness value of 331eaf is 0.40.

The process color (four color CMYK) of #331eaf color hex is 0.71, 0.83, 0.00, 0.31. Web safe color of #331eaf is #333399. Color #331eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00011110 10101111
Octal 63 36 257
Decimal 51 30 175
Hex 33 1E AF

RGB Percentages of Color #331eaf

%19.92
%11.72
%68.36

CMYK Percentages of Color #331eaf

%71
%83
%0
%31

Triadic Colors of #331eaf

#331eaf #af331e #1eaf33

Analogous Colors of #331eaf

#331eaf #7c1eaf #1e52af

Monochromatic Colors of #331eaf

#331eaf

Complementary Color

#331eaf #9aaf1e

#331eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#331eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#331eaf Color CSS Codes

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

#331eaf Text Font Color

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

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


#331eaf Background Color

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

This div background color is #331eaf


#331eaf Border Color

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

This div border color is #331eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #331eaf


Comments

No comments written yet.

Please login to write comment.