Color Hex Logo

#3d277e Color Hex

#3D277E
(61,39,126)
0 Favorites   0 Comments

Color spaces of #3d277e

RGB 6139126
HSL0.710.530.32
HSV255°69°49°
CMYK 0.520.690.00   0.51
XYZ6.41593.949520.1628
Yxy3.94950.21020.1294
Hunter Lab19.873322.8485-46.2422
CIE-Lab23.503833.3088-45.8871

#3d277e color RGB value is (61,39,126).

#3d277e hex color red value is 61, green value is 39 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #3d277e hue: 0.71 , saturation: 0.53 and the lightness value of 3d277e is 0.32.

The process color (four color CMYK) of #3d277e color hex is 0.52, 0.69, 0.00, 0.51. Web safe color of #3d277e is #333366. Color #3d277e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 00100111 01111110
Octal 75 47 176
Decimal 61 39 126
Hex 3D 27 7E

RGB Percentages of Color #3d277e

%26.99
%17.26
%55.75

CMYK Percentages of Color #3d277e

%52
%69
%0
%51

Triadic Colors of #3d277e

#3d277e #7e3d27 #277e3d

Analogous Colors of #3d277e

#3d277e #69277e #273d7e

Monochromatic Colors of #3d277e

#3d277e

Complementary Color

#3d277e #687e27

#3d277e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d277e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d277e Color CSS Codes

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

#3d277e Text Font Color

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

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


#3d277e Background Color

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

This div background color is #3d277e


#3d277e Border Color

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

This div border color is #3d277e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d277e


Comments

No comments written yet.

Please login to write comment.