Color Hex Logo

#3d1fab Color Hex

#3D1FAB
(61,31,171)
0 Favorites   0 Comments

Color spaces of #3d1fab

RGB 6131171
HSL0.700.690.40
HSV253°82°67°
CMYK 0.640.820.00   0.33
XYZ9.76514.912338.9616
Yxy4.91230.18210.0916
Hunter Lab22.163739.8588-88.7113
CIE-Lab26.483451.0615-68.7420

#3d1fab color RGB value is (61,31,171).

#3d1fab hex color red value is 61, green value is 31 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #3d1fab hue: 0.70 , saturation: 0.69 and the lightness value of 3d1fab is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 00011111 10101011
Octal 75 37 253
Decimal 61 31 171
Hex 3D 1F AB

RGB Percentages of Color #3d1fab

%23.19
%11.79
%65.02

CMYK Percentages of Color #3d1fab

%64
%82
%0
%33

Triadic Colors of #3d1fab

#3d1fab #ab3d1f #1fab3d

Analogous Colors of #3d1fab

#3d1fab #831fab #1f47ab

Monochromatic Colors of #3d1fab

#3d1fab

Complementary Color

#3d1fab #8dab1f

#3d1fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d1fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d1fab Color CSS Codes

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

#3d1fab Text Font Color

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

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


#3d1fab Background Color

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

This div background color is #3d1fab


#3d1fab Border Color

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

This div border color is #3d1fab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(61,31,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 #3d1fab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d1fab


Comments

No comments written yet.

Please login to write comment.