Color Hex Logo

#3811aa Color Hex

#3811AA
(56,17,170)
0 Favorites   0 Comments

Color spaces of #3811aa

RGB 5617170
HSL0.710.820.37
HSV255°90°67°
CMYK 0.670.900.00   0.33
XYZ9.08704.143938.3511
Yxy4.14390.17620.0803
Hunter Lab20.356644.0569-97.4508
CIE-Lab24.141655.6046-72.0341

#3811aa color RGB value is (56,17,170).

#3811aa hex color red value is 56, green value is 17 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #3811aa hue: 0.71 , saturation: 0.82 and the lightness value of 3811aa is 0.37.

The process color (four color CMYK) of #3811aa color hex is 0.67, 0.90, 0.00, 0.33. Web safe color of #3811aa is #330099. Color #3811aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00010001 10101010
Octal 70 21 252
Decimal 56 17 170
Hex 38 11 AA

RGB Percentages of Color #3811aa

%23.05
%7.00
%69.96

CMYK Percentages of Color #3811aa

%67
%90
%0
%33

Triadic Colors of #3811aa

#3811aa #aa3811 #11aa38

Analogous Colors of #3811aa

#3811aa #8511aa #1137aa

Monochromatic Colors of #3811aa

#3811aa

Complementary Color

#3811aa #83aa11

#3811aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3811aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3811aa Color CSS Codes

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

#3811aa Text Font Color

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

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


#3811aa Background Color

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

This div background color is #3811aa


#3811aa Border Color

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

This div border color is #3811aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,17,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3811aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3811aa;
  -webkit-box-shadow: 1px 1px 3px 2px #3811aa;
  box-shadow:         1px 1px 3px 2px #3811aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,17,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3811aa


Comments

No comments written yet.

Please login to write comment.