Color Hex Logo

#3d309e Color Hex

#3D309E
(61,48,158)
0 Favorites   0 Comments

Color spaces of #3d309e

RGB 6148158
HSL0.690.530.40
HSV247°70°62°
CMYK 0.610.700.00   0.38
XYZ9.15305.574632.9413
Yxy5.57460.19200.1169
Hunter Lab23.610627.8797-66.1935
CIE-Lab28.312838.1774-57.8618

#3d309e color RGB value is (61,48,158).

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

The process color (four color CMYK) of #3d309e color hex is 0.61, 0.70, 0.00, 0.38. Web safe color of #3d309e is #333399. Color #3d309e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 00110000 10011110
Octal 75 60 236
Decimal 61 48 158
Hex 3D 30 9E

RGB Percentages of Color #3d309e

%22.85
%17.98
%59.18

CMYK Percentages of Color #3d309e

%61
%70
%0
%38

Triadic Colors of #3d309e

#3d309e #9e3d30 #309e3d

Analogous Colors of #3d309e

#3d309e #74309e #305a9e

Monochromatic Colors of #3d309e

#3d309e

Complementary Color

#3d309e #919e30

#3d309e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d309e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d309e Color CSS Codes

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

#3d309e Text Font Color

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

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


#3d309e Background Color

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

This div background color is #3d309e


#3d309e Border Color

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

This div border color is #3d309e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d309e


Comments

No comments written yet.

Please login to write comment.