Color Hex Logo

#3d1aab Color Hex

#3D1AAB
(61,26,171)
0 Favorites   0 Comments

Color spaces of #3d1aab

RGB 6126171
HSL0.710.740.39
HSV254°85°67°
CMYK 0.640.850.00   0.33
XYZ9.64454.671238.9214
Yxy4.67120.18120.0877
Hunter Lab21.613041.8306-91.6425
CIE-Lab25.776753.1398-69.9116

#3d1aab color RGB value is (61,26,171).

#3d1aab hex color red value is 61, green value is 26 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #3d1aab hue: 0.71 , saturation: 0.74 and the lightness value of 3d1aab is 0.39.

The process color (four color CMYK) of #3d1aab color hex is 0.64, 0.85, 0.00, 0.33. Web safe color of #3d1aab is #333399. Color #3d1aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 00011010 10101011
Octal 75 32 253
Decimal 61 26 171
Hex 3D 1A AB

RGB Percentages of Color #3d1aab

%23.64
%10.08
%66.28

CMYK Percentages of Color #3d1aab

%64
%85
%0
%33

Triadic Colors of #3d1aab

#3d1aab #ab3d1a #1aab3d

Analogous Colors of #3d1aab

#3d1aab #861aab #1a3fab

Monochromatic Colors of #3d1aab

#3d1aab

Complementary Color

#3d1aab #88ab1a

#3d1aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d1aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d1aab Color CSS Codes

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

#3d1aab Text Font Color

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

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


#3d1aab Background Color

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

This div background color is #3d1aab


#3d1aab Border Color

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

This div border color is #3d1aab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(61,26,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3d1aab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3d1aab;
  -webkit-box-shadow: 1px 1px 3px 2px #3d1aab;
  box-shadow:         1px 1px 3px 2px #3d1aab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(61,26,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d1aab


Comments

No comments written yet.

Please login to write comment.