Color Hex Logo

#3f185e Color Hex

#3F185E
(63,24,94)
0 Favorites   0 Comments

Color spaces of #3f185e

RGB 632494
HSL0.760.590.23
HSV273°74°37°
CMYK 0.330.740.00   0.63
XYZ4.39692.518210.8440
Yxy2.51820.24760.1418
Hunter Lab15.868821.6879-29.4077
CIE-Lab18.000732.9348-34.0838

#3f185e color RGB value is (63,24,94).

#3f185e hex color red value is 63, green value is 24 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #3f185e hue: 0.76 , saturation: 0.59 and the lightness value of 3f185e is 0.23.

The process color (four color CMYK) of #3f185e color hex is 0.33, 0.74, 0.00, 0.63. Web safe color of #3f185e is #330066. Color #3f185e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 00011000 01011110
Octal 77 30 136
Decimal 63 24 94
Hex 3F 18 5E

RGB Percentages of Color #3f185e

%34.81
%13.26
%51.93

CMYK Percentages of Color #3f185e

%33
%74
%0
%63

Triadic Colors of #3f185e

#3f185e #5e3f18 #185e3f

Analogous Colors of #3f185e

#3f185e #5e185a #1c185e

Monochromatic Colors of #3f185e

#3f185e

Complementary Color

#3f185e #375e18

#3f185e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f185e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f185e Color CSS Codes

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

#3f185e Text Font Color

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

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


#3f185e Background Color

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

This div background color is #3f185e


#3f185e Border Color

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

This div border color is #3f185e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(63,24,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3f185e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3f185e;
  -webkit-box-shadow: 1px 1px 3px 2px #3f185e;
  box-shadow:         1px 1px 3px 2px #3f185e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,24,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f185e


Comments

No comments written yet.

Please login to write comment.