Color Hex Logo

#3d127d Color Hex

#3D127D
(61,18,125)
0 Favorites   0 Comments

Color spaces of #3d127d

RGB 6118125
HSL0.730.750.28
HSV264°86°49°
CMYK 0.510.860.00   0.51
XYZ5.84242.905419.6549
Yxy2.90540.20570.1023
Hunter Lab17.045231.3532-56.4358
CIE-Lab19.661043.6164-51.5472

#3d127d color RGB value is (61,18,125).

#3d127d hex color red value is 61, green value is 18 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #3d127d hue: 0.73 , saturation: 0.75 and the lightness value of 3d127d is 0.28.

The process color (four color CMYK) of #3d127d color hex is 0.51, 0.86, 0.00, 0.51. Web safe color of #3d127d is #330066. Color #3d127d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 00010010 01111101
Octal 75 22 175
Decimal 61 18 125
Hex 3D 12 7D

RGB Percentages of Color #3d127d

%29.90
%8.82
%61.27

CMYK Percentages of Color #3d127d

%51
%86
%0
%51

Triadic Colors of #3d127d

#3d127d #7d3d12 #127d3d

Analogous Colors of #3d127d

#3d127d #73127d #121d7d

Monochromatic Colors of #3d127d

#3d127d

Complementary Color

#3d127d #527d12

#3d127d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d127d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d127d Color CSS Codes

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

#3d127d Text Font Color

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

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


#3d127d Background Color

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

This div background color is #3d127d


#3d127d Border Color

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

This div border color is #3d127d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d127d


Comments

No comments written yet.

Please login to write comment.