Color Hex Logo

#3f145e Color Hex

#3F145E
(63,20,94)
0 Favorites   0 Comments

Color spaces of #3f145e

RGB 632094
HSL0.760.650.22
HSV275°79°37°
CMYK 0.330.790.00   0.63
XYZ4.32042.365210.8185
Yxy2.36520.24680.1351
Hunter Lab15.379223.2315-30.9421
CIE-Lab17.297734.9181-35.2232

#3f145e color RGB value is (63,20,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 00010100 01011110
Octal 77 24 136
Decimal 63 20 94
Hex 3F 14 5E

RGB Percentages of Color #3f145e

%35.59
%11.30
%53.11

CMYK Percentages of Color #3f145e

%33
%79
%0
%63

Triadic Colors of #3f145e

#3f145e #5e3f14 #145e3f

Analogous Colors of #3f145e

#3f145e #5e1458 #1a145e

Monochromatic Colors of #3f145e

#3f145e

Complementary Color

#3f145e #335e14

#3f145e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f145e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f145e Color CSS Codes

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

#3f145e Text Font Color

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

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


#3f145e Background Color

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

This div background color is #3f145e


#3f145e Border Color

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

This div border color is #3f145e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f145e


Comments

No comments written yet.

Please login to write comment.